How many types of classes are there in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Does a derived class inherit or doesn't inherit?
Define friend function.
Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator
2 Answers HCL, Lehman Brothers, Zoomerang,
Find the second maximum in an array?
Is eclipse good for c++?
What does obj stand for?
Can a constructor throw a exception? How to handle the error when the constructor fails?
Define anonymous class.
Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }
why is iostream::eof inside a loop condition considered wrong?
founder of c++
7 Answers Microtek, TCS, TeleCommand,
Why is c++ awesome?