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?
Answer Posted / monika
Two types of data members are- Data members and Member
functions.
Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What are the types of abstraction?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
How to improve object oriented design skills?
What is polymorphism what is it for and how is it used?
Can we have inheritance without polymorphism?
What is polymorphism and example?
What is interface? When and where is it used?
What is class and object with example?
What is inheritance in oop?
Why do we use class?
What does sksksk mean in text slang?
Whats is abstraction in oops?
What are the components of marker interface?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is polymorphism give a real life example?