c++ is a pure object oriented programming or not?
Answers were Sorted based on User's Feedback
Answer / baranee
C++ is Oops concept only but not pure. pure concept is JAVA
only.
Is This Answer Correct ? | 15 Yes | 2 No |
Why do we use 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.
Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.
What is constructor overloading in oop?
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
what is costructor?
what is mean by design pattern
Write a program to get the binary tree.
What is the difference between a constructor and a destructor?
Which is the only operator in C++ which can be overloaded but NOT inherited?
Is react oop?
What is encapsulation in oops?