What is the example of polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
1.what are two type of classe members called? 2.what is data hiding and data encapsulation? 3.how do you make a class member visible aouside its class? 4.what is the default visibility of a class data member? 5.what are the advantages of oop over the structured programing?
What is an orthogonal base class?
DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.
What is this interview room ? Is it a class or an object.
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language
Is html an oop?
Is enum a class?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
What is and I oop mean?
What is the difference between the c++ & java?
what is a class
write a progra in c++ using class & object to find out wheather a given no. is prim or not.