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 coupling in oop?
what is the drawback of classical methods in oops?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is abstract class in oops?
What is the oops and benefits of oops programming?
What is difference between data abstraction and encapsulation?
What is byval and byref? What are differences between them?
can inline function declare in private part of class?
What is oops and why we use oops?
Write a program to reverse a string using recursive function?
What is multilevel inheritance explain with example?
Why is polymorphism important in oop?
Why do we use class in oops?
Is enum a class?
What is a superclass in oop?