Answer Posted / jaz
C++ is not an object based language. It is an object
oriented language. An object based language + Inheritance +
polymorphism makes a language object oriented.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is virtual destructor? What is its use?
Is c++ a programming language?
What is the main function c++?
Where can I run c++ program?
How are Structure passing and returning implemented by the compiler?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
Explain stack & heap objects?
How do I exit turbo c++?
Why do we need templates?
What are the various access specifiers in c++?
Give example of a pure virtual function in c++?
What is the difference between method overloading and method overriding in c++?
what is data abstraction in C++?
What are literals in C++?
What is the use of setfill in c++?