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

What is a container class? What are the types of container classes?

1 Answers  


Explain polymorphism?

0 Answers  


Can we declare destructor as static? Explain?

3 Answers  


What do you mean by “this” pointer?

0 Answers  


Is c++ proprietary?

0 Answers  






What is compilation?

1 Answers   Datamatics, TCS,


Differentiate between a template class and class template?

1 Answers  


What are the various situations where a copy constructor is invoked?

0 Answers  


what is COPY CONSTRUCTOR and what is it used for?

0 Answers  


Do you know the problem with overriding functions?

0 Answers  


1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


What are maps in c++?

0 Answers  


Categories