Explain the difference between c++ and java.


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

Post New Answer

More C++ General Interview Questions

class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


Explain the difference between realloc() and free() in c++?

0 Answers  


What is encapsulation in C++? Give an example.

0 Answers   HAL, Honeywell, Zomato,


What are the various storage classes in C++?

0 Answers   Fidelity,


Is c++ still in demand?

0 Answers  






What is the benefit of learning c++?

0 Answers  


What is the difference between map and hashmap in c++?

0 Answers  


What is problem with Runtime type identification?

2 Answers  


What is this weird colon-member (" : ") syntax in the constructor?

0 Answers  


What is an adaptor class or wrapper class in c++?

0 Answers  


What is do..while loops structure?

0 Answers  


What is OOPs

12 Answers   CA,


Categories