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 drawback of classical methods in oops?

2908


What is use of overloading?

600


Can an interface inherit a class?

551


what is difference between class template and template class?

2149


What do you mean by variable?

566






What is the example of polymorphism?

551


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2565


What are the two different types of polymorphism?

665


What is the real time example of encapsulation?

586


what are the different types of qualifier in java?

1830


What is the difference between encapsulation and polymorphism?

580


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

935


What is the oops and benefits of oops programming?

544


How do you define social class?

594


What is the difference between a constructor and a destructor?

601