What are the OOPS concepts?
Answer Posted / amruta
There are 7 basic concepts of oop
1.object&classes
2.data abstraction
3.data encapsulation
4.polymorphism
5.inheritance
6.dynamic binding
7.msg passing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
any one please tell me the purpose of operator overloading
What is polymorphism what are the different types of polymorphism?
When not to use object oriented programming?
What is an example of genetic polymorphism?
can we make game by using c
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is the significance of classes in oop?
What is difference between oop and pop?
What is polymorphism used for?
What is property in oops?
What is solid in oops?
Why do we use class in oops?
Is data hiding and abstraction same?
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 is encapsulation example?