Is overriding possible in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

what is the use of Namespace in c++.

3 Answers  


Implement strcmp

3 Answers   Bloomberg, Citadel,


Define private, protected and public access control.

0 Answers  


Can we use resume in error handling i.e. in the catch block

5 Answers   Infosys,


How the programmer of a class should decide whether to declare member function or a friend function?

0 Answers  






Which is better turbo c++ or dev c++?

0 Answers  


By using c++ with an example describe linked list?

0 Answers  


Describe the main characteristics of static functions?

1 Answers  


What is class syntax c++?

0 Answers  


Do you know what are pure virtual functions?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

4 Answers   Webyog,


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


Categories