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 types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is the difference between abstraction and polymorphism?
What is the diamond problem in inheritance?
Who invented oop?
Why is oop useful?
What is oops concept with example?
What is meant by oops concept?
Explain the concepts involved in Object Oriented programming.
c++ program to swap the objects of two different classes
Is data hiding and abstraction same?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are the 3 pillars of oop?
What is the importance of oop?
What are the benefits of interface?