Explain the uses oof nested class?
No Answer is Posted For this Question
Be the First to Post Answer
Who calls main function?
What is difference between class and function?
Write a C++ Program to Generate Random Numbers between 0 and 100
Write syntax to define friend functions in C++.
How can we access protected and private members of a class?
What is pointer to member?
Explain what is class definition in c++ ?
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
What does std :: flush do?
Give an example of run-time polymorphism/virtual functions.
What's the order in which the local objects are destructed?
When should you use global variables?