answersLogoWhite

0


Best Answer

Actually these characterstics may differ from books to books. This is in general: #Data abstraction #Data Encapsulation #Inheritance #Polymorphism #Dynamic Linking #Static Binding Some books consider Objects & Classes also as one among these characteristics.

User Avatar

Wiki User

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

Wiki User

8y ago

The four pillars of Object Oriented Programming are:

  1. Encapsulation
  2. Inheritance
  3. Polymorphism
  4. Abstrraction

These programs are meant to just talk about the object. They do not allow for any abstracts to be present.
This answer is:
User Avatar

User Avatar

Wiki User

14y ago

The distinctive characteristic of object-oriented programming is that your commands are organized in classes.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Give 6 characterstics of object oriented programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What meaning by the terms 'member function'and give example?

In object-oriented programming languages, a member function is one which belongs to a class.


How do you add a timer function to object in object oriented programming AS3?

http://theflashblog.com/?p=231 Basically create the timer, give it an event listener, and a function. Change your object using the function and start the timer.


Why java is called purely object oriented language?

Java is called a "pure" object-oriented language because it requires that all code written in it be wrapped in objects. This differs from the more common meaning of "pure" object-oriented (everything is an object) in that Java has primitive types and primitive operations on them - int, char, double, float, long and addition, subtraction, multiplication, division. A real example of a PURE object-oriented language is Smalltalk, one of Java's predecessors.


What is the purpose of constructor in object oriented programming?

A constructor in a class is one of the first pieces of code to be executed when you instantiate a class. The purpose of constructors is to have code that initialize the class and prepare the variables that may be required by the class...


How many types of classes in c?

There are no classes in a C program.C is not a object oriented programming language only object oriented programming language has classes c++ is a object oriented programming language.Class can be defined as a blueprint from which individual objects are created.eg:Car is a Class BMW is an Object of that class.Join http://www.c-madeeasy.blogspot.com for c programming source codes,tutorials and advanced programming advice.

Related questions

What meaning by the terms 'member function'and give example?

In object-oriented programming languages, a member function is one which belongs to a class.


How do you add a timer function to object in object oriented programming AS3?

http://theflashblog.com/?p=231 Basically create the timer, give it an event listener, and a function. Change your object using the function and start the timer.


Why java is called purely object oriented language?

Java is called a "pure" object-oriented language because it requires that all code written in it be wrapped in objects. This differs from the more common meaning of "pure" object-oriented (everything is an object) in that Java has primitive types and primitive operations on them - int, char, double, float, long and addition, subtraction, multiplication, division. A real example of a PURE object-oriented language is Smalltalk, one of Java's predecessors.


What is the purpose of constructor in object oriented programming?

A constructor in a class is one of the first pieces of code to be executed when you instantiate a class. The purpose of constructors is to have code that initialize the class and prepare the variables that may be required by the class...


How many types of classes in c?

There are no classes in a C program.C is not a object oriented programming language only object oriented programming language has classes c++ is a object oriented programming language.Class can be defined as a blueprint from which individual objects are created.eg:Car is a Class BMW is an Object of that class.Join http://www.c-madeeasy.blogspot.com for c programming source codes,tutorials and advanced programming advice.


What software help bill gates become one of the richest people in the world?

Q. What is the difference between pure object oriented language & object oriented language?? plz give ans this question QUICK.......... shyamniitasp.net@gmail.com


GIve an example of Object oriented language?

Visual basic..VB uses premade objects for window apps.


How test driven development is an important object oriented technique?

All the test you right give you the confidence and you can refactor at every stage to get a good design


Describe the area of structured types in an object oriented database and give an example of their use?

Data is stored as objects and can be interpreted only using the methods specified by its class.


Advantages and disadvantages of object oriented?

Not too much if you are a one man/very small shop. Any kind of organized programming method works in this environment if you are competent in the language(s) you are using and have a good knowlege of the business/science side of the project. You have to understand the subject before you can write the code...For large shops (more than 5 people), it is an effective way to design/specify projects so that:1) Components (programs, data types, etc.) can be defined consistently.2) Programmers and Project Managers can actually communicate and understand each other. (this should probable 1 instead of 2).3) Partially complete modules/programs/whatever can be passed to another person when necessary. (With some expectations of getting it done without a complete rewrite).4) The project estimates can be a bit more accurate when somebody asks how far along something is. (Management only has to double their estimates instead of quadrupling them.)Note: Every 3 to 5 years, another development method is born - always better than the last one. In my opinion, OOSDLC is just another attempt to tame the wild, barely manageable programmer. No better and no worse than the old Modular Programming philosophy for Assembler 360.


What are the characteristics of the organizational behavior?

what is characterstics of ob I want answer because on Monday my presentation of ob is held Please try to give answer very imediately Thankyou Tina what is characterstics of ob I want answer because on Monday my presentation of ob is held Please try to give answer very imediately Thankyou Tina


Give two reasons why data servers may be popular for object-oriented databases but not for relational databases?

Data servers are popular for object-oriented databases because they provide greater flexibility in managing complex data structures, which are commonly used in object-oriented programming. Object-oriented databases often require specific server capabilities, such as support for object-oriented data types and behaviors, which data servers can offer more effectively than relational databases.