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
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is and I oop mean?
what are the realtime excercises in C++?
what is the drawback of classical methods in oops?
Can abstract class have normal methods?
Which type does string inherit from?
What is the highest level of cohesion?
What type of loop is a for loop?
Where You Can Use Interface in your Project
What is encapsulation in oops?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is polymorphism explain its types? What is methods in oop? Describe these concepts: Polymorphism, Inheritance and Abstraction. There are two base class B1,B2 and there is one class D
which is derived from both classes,
Explain the flow of calling constructors and destructors
when an object of derived class is instantiated.