What is persistence in oop?
What is destructor in oop?
What is the default size allocated for array in the statement if size not specified " int a[] "
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
what is oppes
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 encapsulation example?
Who invented oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is a mixin class?
Why static Function is used in C++?
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
define oops with class and object