Answer Posted / sai
class is a collection of members and member functions.The
members or member functions can be called by the object of
the class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write string class as your own class in java without using any built-in function
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
How do you explain polymorphism?
What is constructor overloading in oop?
Why multiple inheritance is not allowed?
What is the full form of oops?
What is the importance of oop?
What does I oop mean?
Can a varargs method be overloaded?
Write a c++ program to display pass and fail for three student using static member function
What is interface in oop?
What is the fundamental idea of oop?
What does <> mean pseudocode?
What is basic concept of oop?
What is encapsulation c#?