Explain rtti.
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ pass by reference or value?
What is the basic structure of c++ program?
Can static member variables be private?
What is the auto keyword good for in c++?
Describe friend function & its advantages.
In which memory a class gets stored(in heap /in stack)? And why??
Does c++ have finally?
List the merits and demerits of declaring a nested class in C++?
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
What's the best free c++ profiler for windows?
Explain the properties and principles of oop.
How do pointers work?