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 |
Does php support function overloading?
Explain what are some new features introduced in php7?
When to use single quotes, double quotes, and backticks?
What is the use session in php?
Can the value of a constant change during the script's execution?
What is csrf verification?
Explain what is memcache?
What is whitespace in html?
what the new feature add in php 7.2?
Whhat is a Functions
Is array a key php?
What is the functionality of md5 function in php?