What is the correct syntax for inheritance?
1) class aclass : public superclass
2) class aclass inherit superclass
3) class aclass <-superclass
Answer Posted / mahreen
1) class aclass : public superclass
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is encapsulation process?
What is abstraction encapsulation?
What are constructors in oop?
What is polymorphism explain its types?
What exactly is polymorphism?
Why is abstraction needed?
when to use 'mutable' keyword and when to use 'const cast' in c++
What are objects in oop?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is polymorphism used for?
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.
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What is the problem with multiple inheritance?
What are the 3 principles of oop?
What is multilevel inheritance explain with example?