answersLogoWhite

0

What is difference between c and oops?

Updated: 8/11/2023
User Avatar

Awara007

Lvl 1
13y ago

Best Answer

C is a programming language, oops is what you say when you realize you were wrong in something. Note: Some programming languages are known as object-orient languages, C is not one of them, but some derivatives of it (C++, C#, Java) are.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

It is something like the difference between banana and berries.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is difference between c and oops?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Main deffrent between c and cpp?

The main difference between c and c++ is the concept of 'Object Oriented Programming' (OOPS). Thus c does not have the benefits of oops like: 1. abstraction 2. encapsulation 3. inheritance 4. polymorphism etc.


Difference between conventional programming and object oriented programming?

diff between oops and conventional programming


In oops what is the difference between class variable and variable?

Class Variable is a subset of Variables.


Is 'c' is a oops language?

If you meant 'C++' then yes; otherwise no.


What is the difference between C and advanced C?

The difference between C and the advanced C is that C is basic. On the other hand, the advanced C is thorough and to the detail.


Difference between C and C programming language?

The C and C programming languages are one and the same. There is no difference between those languages.


Can you use C as OOPS?

No, it is a programming language.


Is cpp complete oops?

No, C++ is not a strict OOP language as like Java and C#. C++ supports all OOPS concept like Encapsulation, Polymorphism, Inheritance etc. But C++ provides a way to expose the private data to outside world using friend functions, which is a violation of OOPS.


What is the difference between solipsism and solipcism?

What is the difference between a C; and an S?


What is the difference between c c?

ketchup!


What are difference between grade a b and c material?

The main difference is in between grade A,B & C IS THE CARBON CONTAIN OF THE MATERIALS.


What is the difference between object and variable in c?

There is no objects in C.