Write a c++ program to display pass and fail for three
student using static member function
Can we call a base class method without creating instance?
What is object and example?
What is polymorphism and types?
write a program to print * * * * * *
How oops is better than procedural?
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?
What polymorphism means?
What is the diamond problem in inheritance?
which is platform independent device used in computers
what is object oriented programming and procedure oriented programming?
how to find the largest of given numbers in an array
What are two types of polymorphism?