answersLogoWhite

0

Object orientation is not a concept related to usefull ness, it is a concept totally related to the software design. When we focused on software design we went for object orientation.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Is PHP object oriented?

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


What is php plus plus?

PHP++ is an object-oriented version of the PHP programming language. ++ is used in programming to increment a variable by one so it means an improved version of PHP.


What are the differences between Java OOP and PHP OOP?

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


What are those languages under in object oriented programming?

Most modern programming languages have some support for object-oriented programming. In some (such as Java), it is obligatory - you have to write your code in classes. In others - such as JavaScript or PHP - it is optional, meaning that you can write programs the old-fashioned way (procedural programming).


List of not object-oriented programming languages?

Languages like C, Pascal, Basic do not use classes, polymorphism, etc, they promote functional style of programming. Languages like PHP, Perl, Python, Ruby provide you with the opportunity to choose whether you like to program using classes, in other words in the object-oriented way, or adhere to functional programming - depending on what is optimal for the project you are working on.


What are the differences between PHP and Pascal?

PHP is:-a server-side scripting language originally designed for web programming-younger (first appeared in 1995) and more used than Pascal-language that interpret it's code (not compile)Pascal is:-procedural programming language (PHP 5.3 also implemented Object oriented programming)-language that compiles it's code into binary file-published in 1970 by Niklaus Wirth-used mainly for educational purposes in these daysSource: wikipedia.org


Is PHP a completely object oriented language?

It depends on which language to you , is "Not" completely Object Oriented. To us PHP is a server scripting language like any other language ASP,CGI,PERL each. Orientation is the views of the users of the engines. It is not the view at the point of source or origin.


What programming language is PHP made with?

PHP is written in the C programming language.


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.


Does anyone offer PHP Programming services for free?

Most online programming services will charge for PHP programming service. However, there are many free PHP programming tutorials available.


What is the purpose of a procedural programming?

A procedural language is a programming language in which everything is processed in the order it appears to the computer. A computer programming language that follows, in order, a set of commands. In contrast, an object-oriented language is a language in which everything is processed depending on what happens in the program -- user input, errors, or other events. PHP is both a procedural and object-oriented language, depending on the way it is used


What is purpose of latest programming of Perl Hypertext Preprocessor?

The latest programming of Perl Hypertext Preprocessor (PHP) focuses on enhancing performance, security, and ease of use for web development. Key updates often include improved syntax, new features for better database interaction, and stronger support for modern programming paradigms like object-oriented programming. Additionally, ongoing developments aim to streamline the integration of PHP with various web technologies and frameworks, making it more efficient for developers to create dynamic websites and applications.