Why c++ is not termed as a pure object oriented Language ?

Asked by Last Modified  

17 Answers

Follow 3
Answer

Please enter your answer

Software Professional Trainer with 26+ years of Experience in Software Design and Development

Pure object oriented programming means, every operation must be done through object only. Without object we can not do any operation. But in C++, we can write perfect / excellent code without using Class / Object. That is why C++ is not pure object oriented programming.
Comments

> C++ code starts its execution from main function. > Inside main function we are going to create object of the class. > Creation of class or object is optional while creation of main function is mandatory. > We can say that C++ is very close to C and provides optional OOP features. Hence it is semi-object...
read more
> C++ code starts its execution from main function. > Inside main function we are going to create object of the class. > Creation of class or object is optional while creation of main function is mandatory. > We can say that C++ is very close to C and provides optional OOP features. Hence it is semi-object oriented. read less
Comments

Tutor

C++ is not purely object oriented language, its semi object oriented. Because of following reasons, 1.Main() is outside of class. 2.Global variables are allowed. Note: Smalltalk is the purely object oriented language, infact java is also not purely object oriented because it has primitive data...
read more
C++ is not purely object oriented language, its semi object oriented. Because of following reasons, 1.Main() is outside of class. 2.Global variables are allowed. Note: Smalltalk is the purely object oriented language, infact java is also not purely object oriented because it has primitive data types. read less
Comments

c,c++,vb,vb.net,php.joomal,basic,all computer subjects

Main Funcation is outside the calss Friend funcation is persent which can access private data of other class Golbal variables allowed
Comments

Tutor taking Computer subjects Classes

as in object oriented language every attribute must be member of a CLASS.it is true for main() also. in c++ main() can exist independently. so c++ is not termed as object oriented language.
Comments

Lot of operations can be performed in the program without creating any instance of a class. For example: main function, string manipulation, arrays etc.
Comments

Coaching

C++ is object oriented programming language but not pure object oriented. Because in C++ we can use structured programming without classes to build applications (although it makes it harder to maintain or escalate compared to Object Oriented). Just to make more clear...JAVA is a pure object oriented...
read more
C++ is object oriented programming language but not pure object oriented. Because in C++ we can use structured programming without classes to build applications (although it makes it harder to maintain or escalate compared to Object Oriented). Just to make more clear...JAVA is a pure object oriented programming language. Java requires objects all the time. we can't code anything in Java without declaring classes and objects. Even for the small program "Hello World"(i.e. to display the string). read less
Comments

Excel VBA Expert

it used to be a time when java has only primitive types,at that time java was not considered to be a pure object oriented language,but now java has wrapper classes so ...
Comments

Excel VBA Expert

Since java still supports primitive types,java is not considered to be a pure object oriented language
Comments

Programmer & Developer

even java is not purely OOP lauguage, Any language that completely does all the OOP features with no primitive data types then we can consistently say it as pure OOP.
Comments

View 15 more Answers

Related Questions

hi sir c progarm codeing how to write sir........
take any C book then u can learn more...
Suryateja
Is learning Python good or bad?
Its depend on your requirement, I mean if you are seeking for good opportunity to move from one Org. to another, or migrating some applications into your project, or your manager are eagerly requesting...
Harish
0 0
7
Is C#, C++, Python, or JS better for game development?
All languages good for gamjng. But you can make 3d games in c# uaing unity software and it's very very interesting to work on it.
Mohit
0 0
6
which is the best institute in mumbai to learn python language and they provide good placements as well after the course is over
You can check the best option on Urbanpro site. You will certainly get good options.
Anuj
How do I get 6 power 13 in c language?
By using pow(6, 13). Don't forget to import math.h header file
Tanush
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Why we need to learn Programming languages?
Language is medium for communication. If two parties like to communicate or exchange the thoughts they must know a language. Language should be understandable by both the Parties. For example A wants to...

How to Create A Master Page Template In PHP?
A master page template is essential to give a consistent look and feel to any website having multiple pages. It is quite easy to create a master page template in PHP using Dreamweaver. Let’s have...

Student Project Development: How To Go About It?
A lot of students (count me as well) in their final year of IT course are confused and overwhelmed about their Project development. Final Year IT Projects are a crucial milestone in every IT students educational...

How to create your website with PHP?
PHP is a server-side programming language used to create web pages that are more interactive than their HTML counterparts. PHP also optimizes the speed of web pages since processing occurs on the server...

Object Oriented Programing
Object Oriented Programming Concepts: Object Oriented Programming follows bottom up approach in program design and emphasizes on safety and security of data. Features Of Object Oriented Programming: Inheritance: ...

Recommended Articles

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Looking for Programming Languages Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you