Questions on OOP concepts 1. What are the access specifiers available in php ? Explain 2. What is object cloning ? 3. What are the differences between interface and abstract class ? 4. What is overloading ? 5. What is overriding ? 6. How to prevent function overriding ? 7. What is the use of "final" keyword ? 8. What is static variable ? How will access a static variable ? What is static class ?
2 9366What is happening in the following code $objA = new A(); // A is a class $objB = $objA;
NIIT,
3 6055hello myself Atul saini completed mca in 2007 due to personal problem i cant do job.now i really search 4 a job.i dont know where i go i think simple think is learn php anyone help me wat i can do for a job. thanks
4 5664hi abinashg i think u have experience in php plz tell me more about php now i raearlly want to do php wat is the future.my email id atul_saini2@yahoo.co.in.plz guide me thanks...........
2 4584
setQuery( $sql );
$user = NULL;
$user = $database->loadObject();
//echo 'Name: ' . $user->name . '
';
echo '
please send me the interview questions and answers to my mail id : srikanthgovardana@yahoo.com or srikanthgovardana@gmail.com
2034
How do you check if a variable has not been set in php?
How to remove values saved in the current session?
What is serialization in php?
For image work which library is used in php?
What's the output of the ucwords function in this example?
What is session_register()?
Which function is used in php to delete a file?
Can we run php on tomcat server?
Explain how we can retrieve the data in the result set of mysql using php?
What is php and its uses?
How do you remove duplicates from an array?
What is the use of preg_match in php?
How come the code works, but doesn’t for two-dimensional array of mine?
When are you supposed to use endif to end the conditional statement?
What is php routing?