what is the C++



what is the C++..

Answer / atasi jena

c++ is a object oriented programming language which provides different mechanism like inheritance, polymerphism, template, data abstraction over c.

Is This Answer Correct ?    11 Yes 0 No

Post New Answer

More C++ General Interview Questions

class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,


What are namespaces in c++?

0 Answers  


Show the application of a dynamic array with the help of an example.

0 Answers  


When can you tell that a memory leak will occur?

1 Answers  


What are the rules about using an underscore in a c++ identifier?

0 Answers  






What is the difference between a pointer and a link in c ++?

0 Answers  


Is java made in c++?

0 Answers  


Can we declare destructor as static? Explain?

3 Answers  


What are containers in c++?

0 Answers  


What size is allocated to the union variable?

0 Answers  


Is dev c++ free?

0 Answers  


Write a C++ Program to check whether a number is prime number or not?

0 Answers   IBS,


Categories