Explain virtual class and friend class.
No Answer is Posted For this Question
Be the First to Post Answer
What does new in c++ do?
what are Access specifiers in C++ class? What are the types?
What is the stack?
What is an action class?
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
What are the benefits of operator overloading?
Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.
Which is better c++ or java?
What is the difference between reference and pointer?
In what situations do you have to use initialization list rather than assignment in constructors?
What is the oldest programming language?
Can we declare destructor as static? Explain?