Describe private, protected and public – the differences and give examples.
No Answer is Posted For this Question
Be the First to Post Answer
How do I open binary files?
Refer to a name of class or function that is defined within a namespace?
Please explain class & object in c++?
how is returning structurs from functions?Show an eg?
What is the use of vtable?
How do you allocate and deallocate memory in C++?
What are the strengths of C++?
what are Access specifiers in C++ class? What are the types?
Does c++ have finally?
Explain the use of virtual destructor?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
Can we use resume in error handling i.e. in the catch block