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


Please Help Members By Posting Answers For Below Questions

What is the importance of oop?

830


What is meant by oops concept?

778


What is protected in oop?

809


What are different oops concepts?

775


What is inheritance and how many types of inheritance?

812


What is abstraction with example?

825


What do you mean by abstraction?

812


Can we override main method?

833


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

4329


What is polymorphism give a real life example?

760


What is object in oops?

823


how to get the oracle certification? send me the answer

1904


What is oops with example?

765


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.

951


explain sub-type and sub class? atleast u have differ it into 4 points?

2039