Can we have a private virtual method ?

Answer Posted / nidhi singh

no, we cann't hav private virtual method as virtual is used
in case of inheritance but private members cannot be
inherited..

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where is pseudocode used?

563


What is multilevel inheritance?

723


What are the 5 oop principles?

601


How to hide the base class functionality in Inheritance?

636


What is the purpose of enum?

580






What is the advantage of oop over procedural language?

625


What is interface in oop?

660


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2575


What is property in oops?

565


Can we define a class within the interface?

552


How is polymorphism achieved?

583


What is polymorphism programming?

601


Explain the concepts involved in Object Oriented programming.

630


What is polymorphism and its types?

593


What is this pointer in oop?

555