Briefly explain various access specifiers in C++.
No Answer is Posted For this Question
Be the First to Post Answer
What is RTTI and why do you need it?
Name the operators that cannot be overloaded.
What is the 4 difference between delete[] and delete?
What is meant by exit controlled loop?
Discuss the role of C++ shorthands.
In C++ what do you mean by Inheritance?
What Is A Default Constructor in C++ ?
What does it mean to declare a member function as virtual in C++?
Find the Factorial of a number using a program.
Tell us the size of a float variable.
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
How can you force the compiler to not generate them?