What are the features and advantages of object-oriented
programming?

Answer Posted / subhasis mishra

One of the main advantages of OO programming is its ease of
modification; objects can easily be modified and added to a
system there by reducing maintenance costs.OO programming is
also considered to be better at modeling the real world than
is procedural programming. It allows for more complicated
and flexible interactions. OO systems are also easier for
non-technical personnel to understand and easier for them to
participate in the maintenance and enhancement of a system
because it appeals to natural human cognition patterns. For
some systems, an OO approach can speed development time
since many objects are standard across systems and can be
reused. Components that manage dates, shipping, shopping
carts, etc. can be purchased and easily modified for a
specific system.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different tables(engine) present in mysql, which one is default?

518


How can you declare the array in php?

524


What is the difference between substr() and strstr()?

786


What is mvc php?

522


What are the uses of explode() and implode() functions?

535






Is php pass by reference or value?

538


How to retrieve the original query string?

571


Php being an open source is there any support available to it?

555


How to create a session? How to set a value in session?

522


What is the use of stripslashes in php?

539


What version of php do I have windows?

488


Explain array_uintersect()?

591


Explain the advantages of using PHP?

559


How to insert an new array element in array?

536


What are the different types of PHP arrays?

571