Answer Posted / jai prakash chahan
class
object
encapsulation
inheritence
polymorphism
messege passing
dynamic binding
| Is This Answer Correct ? | 69 Yes | 18 No |
Post New Answer View All Answers
What are constructors in oop?
What is basic concept of oop?
What is encapsulation selenium?
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).
What is the difference between static polymorphism and dynamic polymorphism?
why reinterpret cast is considered dangerous?
Can an interface inherit a class?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Can a destructor be called directly?
What is difference between abstraction and encapsulation?
What polymorphism means?
Why is abstraction used?
What is the use of oops?
What is the difference between a constructor and a destructor?
write a C++ program for booking using constructor and destructor.