explain the concepts of oops?
Answer / ravi kumar soni
Abstraction : Hiding of inner details and showing only what
are required.
Encapsulation : Binding of data and the methods used to
access them. Eg: Classes.
Inheritance : Extending the existing functionaltiy.
Polymorphysim : Change of behavior with context.
| Is This Answer Correct ? | 10 Yes | 2 No |
can you give real time example for polymarphism
why c++ is called OOPS? waht is inherutance? what is compiler?
Can main method override?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
what is virtual destructor
Difference between realloc() and free?
what is the difference between ERROR and EXCEPTION?
What is encapsulation process?
What is protected in oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
why function overloading is not called as pure polymorphism?
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?