Answer Posted / lucky varshney
Object Oriented Programming System
Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
What is interface in oop?
What does and I oop and sksksk mean?
What is polymorphism oop?
What is abstraction in oop?
What is this pointer in oop?
What is the significance of classes in oop?
What is encapsulation and abstraction? How are they implemented in C++?
Why do we need oop?
Can you explain polymorphism?
Why is encapsulation used?
#include
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).
Give two or more real cenario of virtual function and vertual object
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 purpose of inheritance?