What are the core OOP’s concepts?
Answers were Sorted based on User's Feedback
Answer / bishnoi
Abstraction, Encapsulation,Inheritance and Polymorphism are
the core OOP’s concepts.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / madhu
OOP or Object Oriented Programming PHP has so many features
like:
Class
Object
Polymorphism
Dynamic Binding...etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the ioncube php loader?
Explain the difference between php4 and php5.
What type of comments are supported by PHP.
Which array function checks if the particular key exists in the array?
How to download files from an external server with code in php?
Tell me how can we display information of a variable and readable by human with php?
Can I use php in html?
What is the difference between runtime exception and compile time exception?
How many requests will be send to server and response coming from server when you open a web page (e.g. xyz.php) which has an image tag?
Which character is used to match exactly one character?
What is multidimensional array in php?
What is difference between required and require_once in php?