answersLogoWhite

0

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

User Avatar

Wiki User

9y ago

What else can I help you with?

Continue Learning about Engineering

What Example of structured programming?

C is a structured programming language. PHP, COBOL is also a structured programming language. These languages follow a top down approach.


What is the difference between structure oriented and object oriented programming language?

the main difference is that structured programming deals with the flow of execution, and not, primarily, with the data. The mathematical basis for structured programming has to do with the elimination of arbitrary jumps (GOTOs) in favor of code blocks and functions. In particular, "information hiding" as it relates to data isn't fully developed in structured programming; structured programming has to do with the organization of the code, rather than the data, and pure structured programming passes data around in the form of function arguments (conceptually, "on the stack"). In contrast, object oriented programming primarily deals with data issues. The object/class paradigm promotes clean, flexible organization of data in the same way that structured programming promotes clean, flexible organization of code. In a pure object oriented approach, the flow of program execution is treated as bits of behavior associated with the packets of data that are "objects".


What are examples of data base software?

The database is a collection of data which we can perform operations, a structured set of data held in a computer, especially one that is accessible in various ways.A simple example for a database would be the record of all employees of CNN international on their payroll and storing data. Mr Gulfam Haidar used this


What is difference between structural language and object oriented language?

I think there is no any difference between object oriented programming language. Because somebody have written that vb is object based language because there is no inheritance, but javascript has no classes and no inheritance but javascript is also object oriented scripting language and java is also object oriented language vb has no inheritance but classes is.So vb is object based language This is not clear that difference between object oriented and object based. if i am wrong than what should be your answer and if i am wright than no problem But first i am requesting to the developer of any programming language that please define the difference between object oriented and object based languages. Amit Sinha Dist-Gaya State-Bihar


Can you provide a short example of object oriented language code?

returned_value = Object.method(argument);

Related Questions

Is an example of a database?

The database is a collection of data which we can perform operations, a structured set of data held in a computer, especially one that is accessible in various ways.A simple example for a database would be the record of all employees of CNN international on their payroll and storing data. Mr Gulfam Haidar used this


What is the ODBMS with example?

ODBMS stands for Object Database Management System. It is an integration of object oriented capabilities and database. Some examples are Versant's db4o (db4objects), DTS/S1 from Obsidian Dynamics and Perst (McObject).


What Example of structured programming?

C is a structured programming language. PHP, COBOL is also a structured programming language. These languages follow a top down approach.


What is the purpose of the SLQ database?

The SQL database is the most common way to handle the data contained in a database. The type of database most often used (for example using the Microsoft Access software) is a relational database. SQL is the programming language behind a relational database. It provides for ways to organize and retrieve the data stored in the database.


Oracle Database 11g is an example of which type of database?

multidimensional database


What are some examples of SQL queries?

Structured Query Language (SQL) is a special language programme designed for database management systems. One example of a SQL is that used by the American National Standards Institute.


What are some qualities of oriented person?

In whatever way they are oriented will provide the quality -for example, detail-oriented (attn to detail) Oriented is not used alone.


What is database searching?

Database searching is the process of querying a database to retrieve specific information. It involves formulating a search query using keywords or filters, and then executing the query to retrieve relevant data. This is commonly used in various fields, such as research, business, and information retrieval.


What are the example of external database?

what are the example of —externalwhat are the example of —external


What is a database and how do you create one?

A database is a collection of information stored on a computer. There are several database programs you can use to build your own database; one of the simpler ones is Microsoft Access (part of some versions of Microsoft Office). There are also specialized databases that have been set up for a specific purpose (for example, you might find a database program for storing information about your record collection).


What are some of personal quality?

In whatever way they are oriented will provide the quality -for example, detail-oriented (attn to detail) Oriented is not used alone.


Compare contrast relational databases object-relational databases and object-oriented databases Site an example or scenario where each type is best used?

A relational database is structure to recognize relations among information, and stores the information in tables. An object-oriented database focuses on presenting the information in the form of objects, to be used for object-oriented programming. Object-relational databases are a hybrid of the two, keeping relations stored but still keeping the object-type data. Relational databases are best for presentation of the data itself, while object-oriented databases are better for deriving new information from given information.