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
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
How to enable parsing?
How to read a file in php?
How can we encrypt the password using php?
How can we display information of a variable and readable by a human with php?
How does csrf attack work?
Which functions are used to count the total number of array elements in php?
How to get the value of current session id?
What is member variable?
What are the different types of statements that are present in php?
What are php expressions?
What is the use of return in php?
What is data structure in php?
Tell me what is htaccess?
What type of comments are supported by PHP.