What are the features and advantages of object-oriented
programming?
Answers were Sorted based on User's Feedback
Answer / madura
standardization , re-usability , flexibility , less code
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / prashanth
flexibility of code,re-usability of the code and maintainance
cost is very less.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
What is whitespace in html?
Tell me how do I check if a given variable is empty?
Is it necessary to use closing tag in php?sometime without closing tag things work.why?
Describe which programming language does php parallel to?
What is filter_var?
Which one is best framework for php?
write a program to generate bill screen 1.1st page should get the number of products to be billed. 2.2nd page should display the number of rows according to the number of products given in the first page. 3.Each row should have a text box for a.product name b.quantity c.unit price d.item price = quantity x unit price This should be automatically calculated not to be entered by the user. 4.After entering the products calculate sales-tax for the total amount which 8.25%. 5.After entering these values you have to generate the bill in the next page with a unique number for the bill. can anyone solve this problem..i am in need to solve this problem..pls help me
Which function parses an English textual date or time into Unix timestamp in PHP.
What software is required for php?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
What are the special characters you need to escape in double-quoted stings?
Which php framework is best?