what is a class? Explain with an example.


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

Post New Answer

More C++ General Interview Questions

How the programmer of a class should decide whether to declare member function or a friend function?

0 Answers  


What return value must conversion operators have in their declaration?

0 Answers  


Explain the difference between class and struct in c++?

0 Answers  


What is meant by reference variable in C++?

1 Answers  


What do you understand by zombie objects in c++?

0 Answers  






What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

0 Answers  


How is objective c different from c++?

0 Answers  


In a function declaration, what does extern mean?

0 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


Explain what data encapsulation is in c++?

0 Answers  


Where Malloc(), Calloc(), and realloc() does get memory?

0 Answers  


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

1 Answers  


Categories