Explain virtual class and friend class.
No Answer is Posted For this Question
Be the First to Post Answer
give me some class & objects examples?
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
how many trys can we write in one class
Evaluate !(1&&1||1&&0) a) Error b) False c) True
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is a manipulator in c++?
What does namespace mean in c++?
Is there a sort function in c++?
What happens when a function throws an exception that was not specified by an exception specification for this function?
What is an inline function in c++?
How many standards of c++ are there?
How the programmer of a class should decide whether to declare member function or a friend function?