Please explain class & object in c++?


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

Post New Answer

More C++ General Interview Questions

What is :: operator in c++?

0 Answers  


What is a driver program?

0 Answers  


which of the following is not an secondary constant a) array b) real c) union

0 Answers  


What is a class template in c++?

0 Answers  


If dog is a friend of boy, is boy a friend of dog?

0 Answers  






Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  


What is atoi?

0 Answers  


What is the difference between the indirection operator and the address of oper-ator?

0 Answers  


Write a program to interchange 2 variables without using the third one.

0 Answers  


What is a null object in c++?

0 Answers  


What type of question are asked in GE code writing test based on c++ data structures and pointers?

0 Answers  


How much is size of struct having 1 char & 1 integer?

11 Answers   Persistent,


Categories