Answer Posted / anandan
the wrapping up of data and functions into a single unit is
defined as the class
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Why do we use encapsulation in oops?
Can bst contain duplicates?
What are the types of abstraction?
Explain virtual inheritance?
What is destructor 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.
when to use 'mutable' keyword and when to use 'const cast' in c++
Why polymorphism is used in oops?
What is methods in oop?
What are the 3 pillars of oop?
What are classes oop?
What is encapsulation example?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are the features of oop?
What are the important components of cohesion?