Answer Posted / gyana
It is simply called Object oriented programming language.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is class and structure in c++?
Is c++ still being used?
What is function overloading c++?
Can union be self referenced?
Do the names of parameters have to agree in the prototype, definition, and call to the function?
Is it possible to provide default values while overloading a binary operator?
Does c++ support multilevel and multiple inheritances?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Which format specifier is used for printing a pointer value?
Explain virtual class and friend class.
Will c++ be replaced?
What is the use of "new" operator?
When do we run a shell in the unix system? How will you tell which shell you are running?
What are shallow and deep copy?
How is c++ used in the real world?