What is size of a empty class?
Post New Answer View All Answers
Explain the extern storage classes in c++.
What you know about structures in C++?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What is pure virtual function?
What should main() return in c and c++?
Difference between an inspector and a mutator
What is encapsulation in C++? Give an example.
Define a constructor - what it is and how it might be called (2 methods)?
What are the benefits of pointers?
Explain the pure virtual functions?
Should the member functions which are made public in the base class be hidden?
What is the difference between a baller and a reference in C++?
Search for: what is pair in c++?
How do c++ struct differs from the c++ class?
Is c++ built on c?