Answer Posted / guest
virtual funtion in cpp is define as globle acess in the
variable.
| Is This Answer Correct ? | 14 Yes | 41 No |
Post New Answer View All Answers
What is destructor give example?
What are two types of polymorphism?
Why do we use polymorphism in oops?
#include
What does enum stand for?
What is the point of polymorphism?
What is abstract class in oops?
What are the benefits of polymorphism?
What is the benefit of oop?
What is the diamond problem in inheritance?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is the purpose of enum?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is protected in oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?