What are the OOPS concepts?
Answer Posted / ajay kumar(me-se-tu)
OOPs define software as a collection of discrete oblects
that specify both data structure and behavior. OOPs
Identify following aspects:
Data abstraction, Inheritence, Polymorphism, Encapsulation
(information hiding)etc.
| Is This Answer Correct ? | 210 Yes | 78 No |
Post New Answer View All Answers
What is coupling in oop?
What is property in oops?
What is a function in oop?
Can you inherit a private class?
What is multilevel inheritance explain with example?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are different oops concepts?
What is encapsulation with real life example?
Prepare me a program for the animation of train
hi all..i want to know oops concepts clearly can any1 explain??
Why multiple inheritance is not possible?
What is the point of oop?
What is difference between multiple inheritance and multilevel inheritance?
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?
Explain the advantages of inheritance.