c++ is a pure object oriented programming or not?

Answers were Sorted based on User's Feedback



c++ is a pure object oriented programming or not?..

Answer / damodhar.k

No

Is This Answer Correct ?    21 Yes 6 No

c++ is a pure object oriented programming or not?..

Answer / baranee

C++ is Oops concept only but not pure. pure concept is JAVA
only.

Is This Answer Correct ?    15 Yes 2 No

c++ is a pure object oriented programming or not?..

Answer / jeyasri

NO

Is This Answer Correct ?    5 Yes 1 No

c++ is a pure object oriented programming or not?..

Answer / rishabh

No

Is This Answer Correct ?    2 Yes 0 No

c++ is a pure object oriented programming or not?..

Answer / ram dayal

yes

Is This Answer Correct ?    9 Yes 11 No

Post New Answer

More OOPS Interview Questions

Why do we use oops?

0 Answers  


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.

0 Answers  


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.

1 Answers  


What is constructor overloading in oop?

0 Answers  


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output

0 Answers  


what is costructor?

1 Answers  


what is mean by design pattern

4 Answers  


Write a program to get the binary tree.

3 Answers   ABC,


What is the difference between a constructor and a destructor?

0 Answers  


Which is the only operator in C++ which can be overloaded but NOT inherited?

8 Answers  


Is react oop?

0 Answers  


What is encapsulation in oops?

0 Answers  


Categories