UrbanPro

Learn Programming Languages from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

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

Hi, I am PHP developer, and I want to learn new language. So, which language to learn React js or Python?

Python is the best language to start with, I suggest you to start with Python.
Naveen
PHP (LAMP) for entrepreneurs, is there any full time, fast track classes on PHP(LAMP) for entrepreneurs, who want are want to do some tech part in their startups
Yes, You have option. You can Join. Xpert Infotech, New Delhi. Before going through Silverlight live project training candidate should have knowledge of given concepts listed below: Knowledge of HTML...
Saee
0 0
6
What is "&" called in C language?
The Address Operator in C also called a pointer. This address operator is denoted by “&”. This & symbol is called an ampersand.
Soumya
0 0
5

What is the main difference between returning value of a function and does not return any value of a function in  C. Which is correct void main(void), int main(void), int main(int) , or void main(int) and explain the main difference between int main() and int main(void). 

A function may or may not return a value to the calling function. If the function is returning a value, then you have to mention the data type in the function definition and funtion declaration (like int,...
Mahesh Kondawar

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

Ask a Question

Related Lessons

What Are IT Industries Performance Metrics?
1. Outstanding Expectation: Eligible to get Promotion easily and good salary hike. Always preferrable to go abroad. 2. Exceed Expectation: Can get Promotion as per schedule of company with good salary...

DBMS - SQL - Any/All
All - Operator SELECT empno, sal FROM emp WHERE sal > ALL (1999, 2999, 3999); Output of Above query is same as below query SELECT empno, sal FROM emp WHERE sal > 1999 AND sal > 2999...
R

Radhe Shyam

0 0
0

What is Array in PHP | Types of Array
An array is a special variable, which can hold more than one value at a time or you can say An array stores multiple values in one single variable. If you have a list of items (a list of car names, for...

Pointers and References
Are reference and pointers same? No. I have seen this confusion crumbling up among the student from the first day. So better clear out this confusion at thevery beginning. Pointers and reference...

map function in python
The function map takes a function and an iterable as arguments and returns a new iterable with the function applied to each argument. Example: def add_five(x): return x+5 nums = result = list(map(add_five,...

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
X

Looking for Programming Languages Classes?

The best tutors for Programming Languages Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Programming Languages with the Best Tutors

The best Tutors for Programming Languages Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more