what are the disadvantages of C++?
Answer Posted / priya
It does not supprt ENCAPSULATION property of OOP's concept.
Because main method is present in outside of the class.
| Is This Answer Correct ? | 17 Yes | 44 No |
Post New Answer View All Answers
write a program to find 2^n+1 ?
Why is oop better than procedural?
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 is polymorphism oop?
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 overriding vs overloading?
Why is encapsulation used?
What do you mean by overloading?
What is the problem with multiple inheritance?
What is overloading and its types?
Is abstract thinking intelligence?
What is abstraction in oop with example?
Why do pointers exist?
When not to use object oriented programming?
What is polymorphism what are the different types of polymorphism?