Answer Posted / ashok kumar
which class inherited from base class is called sub class
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is inheritance in simple words?
What is destructor oops?
What is abstraction encapsulation?
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 the renewal class?
what are the realtime excercises in C++?
Why is polymorphism used?
What is abstraction oop?
#include
What is debug class?what is trace class? What differences are between them? With examples.
What are objects in oop?
is there any choice in opting subjects like 4 out of 7
What is this pointer in oop?
Can enum be null?