What are the OOPS concepts?
Answer Posted / karan rana
the oops concepts are :-
1. message passing.
2. inheritance.
3. intigrety.
4. polymorphism.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is abstraction example?
What is object in oop with example?
What is abstraction in oop with example?
What is the difference between static polymorphism and dynamic polymorphism?
What is polymorphism oop?
Why do we use oop?
What is the point of polymorphism?
What is the importance of oop?
What is the real time example of encapsulation?
What is an interface in oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Why is object oriented programming so hard?
Write a program to reverse a string using recursive function?
What is abstraction encapsulation?
explain sub-type and sub class? atleast u have differ it into 4 points?