IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR
NOT?
Answer Posted / pankaj kumar gulwani
C++ IS NOT A FULLY OBJECT ORIENTED LANGUAGE......ITS A PARTIALLY OBJECT ORIENTED LANGUAGE...........
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the importance of oop?
What is meant by oops concept?
What is protected in oop?
What are different oops concepts?
What is inheritance and how many types of inheritance?
What is abstraction with example?
What do you mean by abstraction?
Can we override main method?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is polymorphism give a real life example?
What is object in oops?
how to get the oracle certification? send me the answer
What is oops with example?
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.
explain sub-type and sub class? atleast u have differ it into 4 points?