Describe the setting up of my member functions to avoid overriding by the derived class?


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

Post New Answer

More C++ General Interview Questions

What is polymorphism in c++? Explain with an example?

0 Answers  


Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.

0 Answers  


Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);

2 Answers  


What are class and object in C++?

1 Answers  


What are the various access specifiers in c++?

0 Answers  






True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

0 Answers  


What does ctime() do?

0 Answers  


What is #include cmath?

0 Answers  


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

5 Answers   Infosys,


What are separators in c++?

0 Answers  


Can I have a reference as a data member of a class? If yes, then how do I initialise it?

0 Answers  


What is the full form of india?

0 Answers  


Categories