What can c++ be used for?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Explain explicit container.

0 Answers  


What are the differences between new and malloc?

0 Answers  


What are default parameters? How are they evaluated in c++ function?

0 Answers  


How do you invoke a base member function from a derived class in which you have not overridden that function?

0 Answers  


Can we inherit constructor in c++?

0 Answers  


What's the most powerful programming language?

0 Answers  


what are the types of Member Functions?

0 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  


When are exception objects created?

0 Answers  


What is constructor c++?

0 Answers  


How is static data member similar to a global variable?

0 Answers  


Categories