c++ is a purely oop concept?
Answers were Sorted based on User's Feedback
Answer / nithya
c++ is not a purely object oriented language because it is possible to write programs without classes unlike java which is purely oop as programs can exist only with classes
| Is This Answer Correct ? | 25 Yes | 2 No |
Why is polymorphism needed?
What is advantage of inheritance?
what is difference between c++ language and java language
Have you ever used threads?
Why interface is used?
write a C++ program for booking using constructor and destructor.
what is multithreading in c++ , what is difference between multithreading and singlethreading.
WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND ENCAPSULATION? PLEASE EXPLAIN IT.
What is debug class?what is trace class? What differences are between them? With examples.
explain dynamic binding by drowing
what is the function of 'this' operator ?
When is it necessary to use member-wise initialization list in C++?