Answer Posted / sanjith
Actually,
*Class is a collection of general declarations for data members and member functions ,that means it doesnot hold any memory.
*when we give certain values to a class ,objects are created.
that means a memory is allocated when objects are created.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is inheritance write a program to show use of inheritance?
What is encapsulation c#?
What is the benefit of oop?
What is abstraction in oop with example?
What is the difference between a mixin and inheritance?
What is abstraction and encapsulation?
Write a program to reverse a string using recursive function?
What are the types of abstraction?
class type to basic type conversion
What is destructor example?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is polymorphism what are the different types of polymorphism?
What is the difference between encapsulation and polymorphism?
Explain the concepts involved in Object Oriented programming.
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?