answersLogoWhite

0

Is the object oriented programming in php useful?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

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

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is the object oriented programming in php useful?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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


Describe all the features of PHP?

This is fairly hard to do. PHP has nearly endless possibilities.PHP can be an Object-Oriented or Function-Oriented programming language. Though PHP is mostly used for web design, it is possible to use PHP outside of the internet, but this is complicated.PHP can do almost anything from performing simple arithmetic calculations, to providing uses with information, user accounts, and more. You can edit pictures with PHP, look up IP addresses, and handle different strings. You can even pull and alter information of mySQL databases!I highly recommend PHP, but it cannot be used if you don't have PHP installed. PHP is a free software, and can be download from php.net. You can use PHP on the internet though, as long as it is installed on that particular web server. Most free hosting websites already have PHP installed.