what is C++ objects?


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

Post New Answer

More C++ General Interview Questions

What does it mean to declare a member function as static?

0 Answers  


What is pair in c++?

0 Answers  


What sorting algorithm does c++ use?

0 Answers  


What is difference between malloc()/free() and new/delete?

0 Answers  


Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?

1 Answers  






Explain calling an object's member function(declared virtual)from its constructor?

1 Answers  


What are the popular tools used to detect memory leaks in c++

4 Answers   TATA,


What does flush do c++?

0 Answers  


What is null and void pointer?

0 Answers  


What do you mean by public protected and private in c++?

0 Answers  


How is objective c different from c++?

0 Answers  


How would you find out if a linked-list is a cycle or not?

0 Answers  


Categories