answersLogoWhite

0

just because of two reasons security& complexity ofcourse oops got so many extrordinary features than a structured language

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Can you use C as OOPS?

No, it is a programming language.


What is difference between c and oops?

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.


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.


Why c plus plus is called as oops?

OOP means "object oriented programming" this means that you can make objects instead of C where you use procedural programming (it's advance try to google it :) )


Is 'c' is a oops language?

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


What is the structured programming and object oriented programming in computer programming according to the developer of C programming Dennis Ritchie?

Generally speaking, in structured programming language the flow of control or the execution of the program by the compiler is straight. Only for the function call, the controls may jump. It is also called as Bottom - UP approach. Program consist o functions But on the other hand object oriented programming is different. Here instances for the classes are created as objects and every task is achieved through those objects. Here program contains classes and within that we have member functions and member variables. In oops we have got inheritance , encapsulation, polymorphism those concepts cannot be found in structured languages. Example: Strucured language - C Oops enabled lanuages - java, C++


Why do you need c plus plus?

For programming. C++ is better than C because it is object-oriented and has classes.


What are the Examples of portable programming language?

Many programming languages allow programs to be portable from one kind of computer to another, including* the C programming language* Pascal* Forth* C++* Java* Pythonand many others. Yes, the C programming language was designed to encourage machine-independent programming.The C programming language is portable to more CPUs than any other 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 kind of things become object in oops in c?

C is not an object-oriented programming language, therefore nothing can become an object. The term can only loosely be applied to data types in general but without encapsulated methods they cannot be called objects as such.


Why c plus plus is better than c?

C++ supports class. It is used Object-oriented Programming(OOPs) concept whose based on objects. We can use many classes in a program. Function overloading, Inheritance etc. concept present in it. Easy maintenance of program. That's why it seems better than c. Is C++ better than C as you imply by the question. Just a thought. There are quite a few OO programming languages out there but on C++ is more popular. That would seem to imply that all the other OO programming languages are not much good or that C++ if the flavor of the month. I will make no pronouncement on that. C++ programs require more typing than C (if you are a poor typist, an important factor). Anything that can be programmed in C++ can be programed in C (and will probably run faster) and anything that can be programmed in C can be programmed in C++. C++ is perhaps harder to maintain and debug than C but C++ is supposedly better for relay large projects where the number of code lines gets to an absurd number. I would say that one language is not better than the other but rather that, one language is going to be better suited for a given project and the suitable language may be something other than C or C++.


Can graphics in C programming done with compilers other than turbo c plus plus?

Of course.