Answer Posted / devender
object is a real time entity it has state,behavior
ex;animals,vechiles
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is coupling in oops?
What is destructor example?
What is abstraction in oop?
which feature are not hold visual basic of oop?
Where You Can Use Interface in your Project
What is encapsulation in oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is the diamond problem in 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?
What is a function in oop?
What is encapsulation and abstraction? How are they implemented in C++?
How does polymorphism work?
What is polymorphism oop?
What is ambiguity in inheritance?
State what is encapsulation and friend function?