What are the OOPS concepts?
Answer Posted / amit sharma
It may be
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the benefits of interface?
Can we have inheritance without polymorphism?
What language is oop?
What is basic concept of oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is encapsulation in simple terms?
What is an example of genetic polymorphism?
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).
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
How do you explain polymorphism?
What is polymorphism oop?
How does polymorphism work?
#include
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 difference between encapsulation and polymorphism?