C++ is pure object oriented language.

Asked by Last Modified  

10 Answers

Follow 0
Answer

Please enter your answer

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

C++ is not pure object oriented programming Language. 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...
read more
C++ is not pure object oriented programming Language. 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. read less
Comments

Experienced QA Trainer

No, it isn't. You can write a valid, well-coded, excellently-styled C++ program without using an object even once. C++ supports object-oriented programming, but OO is not intrinsic to the language. In fact, the main function isn't a member of an object. In Java, you can't tie your shoes (or write...
read more
No, it isn't. You can write a valid, well-coded, excellently-styled C++ program without using an object even once. C++ supports object-oriented programming, but OO is not intrinsic to the language. In fact, the main function isn't a member of an object. In Java, you can't tie your shoes (or write "Hello, world") without at least one class. (Of course, one can argue about Java being a completely object-oriented language too, because its primitives (say, int) are not objects.) read less
Comments

Coaching

C++ is not a pure object oriented language.
Comments

Programmer & Developer

No, it does supports some Object Oriented features but it is not pure objected oriented language,
Comments

it is semi object oriented language.
Comments

Embedded Linux kernel/Hacker Trainer

its semi one.
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...
Comments

Computer Science and IT Expert (For B.Tech, MCA, MBA, Bank PO, DEO and Typing. Hobbies include Mouth Organ ( Performed in AIR)

Its not pure...while java is...in java any component of programming is within a class. That is the programming construct cannot over-rule abstraction. However in C++ programs can be designed in structured format as well as has the facilities to enrich itself and the programmers with Object Oriented Programming....
read more
Its not pure...while java is...in java any component of programming is within a class. That is the programming construct cannot over-rule abstraction. However in C++ programs can be designed in structured format as well as has the facilities to enrich itself and the programmers with Object Oriented Programming. In many syllabus you can find C++ with OOP. This substantiates. read less
Comments

IT Professional Trainer with 15 years of experience in IT Industry

C++ is not a pure object oriented language because you can write code without creating a class in C++, whereas Java IS a pure object oriented language because every function requires a class.
Comments

IT Professional Trainer working with a reputed Institute. Headquarters: Hyderabad

C++ is a Super set of C language; it can be used as a conventional programming language, it also supports Object Oriented Programming. So we can call it as Hybrid Programming Language.
Comments

View 8 more Answers

Related Questions

Which version of Python is better for beginners?
For beginners, I recommend starting with *Python 3.x* (currently Python 3.10 or 3.11). Here's why: 1. *Latest features*: Python 3.x has the latest language features, libraries, and tools. 2. *Better...
Nayan
0 0
5
What is a calling function in C?
A function call is an expression that includes the name of the function being called or the value of a function pointer and, optionally, the arguments being passed to the function
Gowre
0 0
5
Can you assign a different address to an array tag?
Nope, because Array Tag/Name is an alias or name to the first location of the array. It doesn't have any memory of its own (pointers do have their own memory).
Sivaganesh
0 0
6
Between Java and Python, which one is better to learn first and why?
Both the development programs come with their strong suits. While Java allows you to enjoy the cross-platform support, Python helps you execute on at least ten different operating systems. It would help...
Priyanka
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

SQL Tips (4 to 6)
SQL tips 4:Avoid INDEX, unless you need to retrieve information quickly. Index will slower insert and update data query.The another way is using sub querySelect MAX(salary)FROM employeeWHERE salary IN(Select...

Lets learn why OOPS is popular?
1. Supports reusability- It means that once a class is designed it works just like a template which can be inherited. 2. Provides better management- It means that abstract classes and interfaces guide...
R

Set 0 To Kth Bit In A Variable
The following code snippet Set 0 to Kth Bit in an variable #include int UnsetBitValue(int n, int k);int main(){ printf("%d\n\n",UnsetBitValue(255,6)); return 0;}// Set kth bit to zeroint UnsetBitValue(int...

Keywords in Python Programming Language
Keywords in Python These are the reserved words that have a special meaning and are used to define the syntax and structure of the language. We cannot use these keywords for any other purpose. As...
P

Basics Of C And C++
C++ is powerful, highly flexible, and adaptable programming language that allows software engineers to organise and process information quickly and effectively. But this high-level language is relatively...

Recommended Articles

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

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 >

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