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 a php tag?
What is session in php why it is use?
Which variable declarations within a class is invalid in php?
What is difference between session and cookie in PHP?
Write a program in php to reverse a number?
Can you use php and javascript together?
How does php and apache work?
Require_once(), require(), include(). What is difference between them?
Can we extend two classes in php?
Explain me what is the importance of "method" attribute in a html form?
How does php isset work?
What is the phpstorm?