what are the disadvantages of C++?
Answer Posted / rajesh patil
it is not pure object oriented language.
| Is This Answer Correct ? | 103 Yes | 38 No |
Post New Answer View All Answers
Write a c++ program to display pass and fail for three student using static member function
what is difference between class template and template class?
How to call a non virtual function in the derived class by using base class pointer
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 oops and its features?
write knight tour problem which is present in datastructure
Can destructor be overloaded?
Can main method override?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is a class and object?
Why multiple inheritance is not possible?
What is abstraction and encapsulation?
What are the data types in oop?
Who invented oop?