answersLogoWhite

0


Best Answer

An object-oriented program is made up of objects. An object has an internal state.Every object is an instance of (belongs to) a class.In simple terms a class is just a template for the object. It contains details of all the behaviour of an object along with what state information the object has. Text Programming:-Users want a Language that is more efficent, re-usable, easily maintainable, easy to read, and easy to write code in.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between object oriented programming from text based programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between java and object oriented programming?

java is a programming language/platform that embodies object oriented programming concepts. The question of what is the difference is like asking what is the difference between cars and a Volvo.


Difference between conventional programming and object oriented programming?

diff between oops and conventional programming


What is the distinct difference between object oriented concept and object oriented programming?

Object oriented concepts are a generalisation of the object oriented principals (encapsulation, inheritance, polymorphism and abstraction) without specifying a particular implementation of those principals. Object oriented programming is the application of those principals through an object oriented programming language.


What is the difference between oriented programming language and high programming language?

Set/subset: Some high level programming languages are object oriented, but not all of them.


difference between object and oriented program?

JAVA is an Object Based Programming Language. it doesn't provide multiple inheritance and operator overloading. while Object Oriented Lanuages provides both.


What is the difference between a class method and object in object-oriented C?

Class methods are the member functions that act upon member variables. An object is an instance of a class. C does not support object-oriented programming, but C++ does.


Difference between java and C plus plus?

java is an advanced object oriented programming language than c++


Difference between Object Oriented paradigms of programming language over Structured paradigm?

koi to answer likh diya karooooo


What is the difference between Object-oriented software engineering and software engineering?

Object-oriented programming is just one possible methodology in the field of software engineering. It is a type of software engineering.See the related questions for a definition of object-oriented programming.


What is the difference structured programming language and java?

There is no difference between procedural programing language & structure programing language


What is full form of oop's?

Object Oriented Programming


Is PHP object oriented?

Yes - 'advanced' PHP programming uses Object Oriented Programming (OOP).