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
Eplain extern keyword?
What is data hiding c++?
Define a nested class. Explain how it can be useful.
What is #include cstdlib in c++?
Does c++ have string data type?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What's the most powerful programming language?
How can a called function determine the number of arguments that have been passed to it?
Is c++ vector dynamic?
Explain linked list using c++ with an example?
Why cout is used in c++?
What are the extraction and insertion operators in c++? Explain with examples.
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
Ask to write virtual base class code?
What is the difference between the functions rand(), random(), srand() and randomize()?