Why do we use using namespace std in c++?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
what is C++ exceptional handling?
What is an undefined behavior and sequence points
What is meant by a delegate?
Is c++ faster than c?
Differences between private, protected and public and give examples.
What are the various access specifiers in c++?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
what is Loop function? What are different types of Loops?
Why do C++ compilers need name mangling?
What are manipulators used for?
State two differences between C and C++.