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 9386What is happening in the following code $objA = new A(); // A is a class $objB = $objA;
NIIT,
3 6068hello 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 5676hi 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 4594
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
2042
What does sign mean php?
What is basename php?
Can a super () and this () keywords be in same constructor?
What is difference between variable declaration and variable definition?
How to write the form tag correctly for uploading files?
What is beforeRender() used?
How is the comparison of objects done in php?
In php, objects are they passed by value or by reference?
What is the difference between Session and Cookie?
Tell me what are the different types of errors in php?
What is Different between Joomla And Magento?
What is laravel php?
Steps for the payment gateway processing?
How error handling is being handled by php?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?