Answer Posted / ayswarya
Its a Principle in which the programming module must depends
on the object of that class and not the functions.. inter
communication of classes will occur through objects of the
classes only and not directly..
It has 5 properties
1. Class and Object(methods and data members in class and
objects meant for using those methods and data members)
s. Encapsulation and Abstraction (Data Hiding and wrapping
concept)
3. Inheritance (Software re-usability- use of existing code
in our new project)
4. Polymorphism (different functions taking different
forms(values) at different situations)
5. Data Binding
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are different oops concepts?
What does it mean when someone says I oop?
write a program to find 2^n+1 ?
any one please tell me the purpose of operator overloading
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Explain virtual inheritance?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is coupling in oops?
Can destructor be overloaded?
What is oops with example?
Why multiple inheritance is not possible?
What is the difference between static polymorphism and dynamic polymorphism?
Can you inherit a private class?
Can we have inheritance without polymorphism?
How Do you Code Composition and Aggregation in C++ ?