answersLogoWhite

0


Best Answer

procedural language:

1.doesnt uses objects

2. code is not divided into different functions

3.no code reusability

4.uses only procedures-top to bottom approach

5.cobol is best example for procedural language

6.takes long time to compile and difficult to find errors

oops:

1.we can use objects to identify different classes

2.divide code into different classess

3.code reusability

4.speed compilation and execution

5.easy to correct errors and easy to understand

6.bottom to top approach

by Bipin

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Distinguish between a procedural language and OOPS language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between program language and procedural language?

programming language is of two type 1. procedural programming language 2.non procrdural programming language .. ----non procedural programming language means that which relates with the real world.. for example-oops oops is a non procedural programming language because it relates to the object and object relate to the natural or real world where as that languge which does not belong to the real world is known as procedural language


What type of language is delphi whether it is a oops or procedural?

its not a oops concept, its a procedural concept in data structure as well as data ananlysis n algorthim


Can you use C as OOPS?

No, it is a programming language.


Is 'c' is a oops language?

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


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.


Why object oriented programming language is called oops?

It isn't called oops, it's called OOP. It's an acronym for Object Oriented Programming.


Does java support oops concept?

Yes. Java is an Object Oriented Programming Language and it supports the OOPS concepts like Inheritance, Polymorphism etc


Why c language is called mid level language justify with an exampal?

because it dont not support oops concept


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 :) )


Why to go with oops than C programming?

just because of two reasons security& complexity ofcourse oops got so many extrordinary features than a structured 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.


Difference between conventional programming and object oriented programming?

diff between oops and conventional programming