Set AUTO_CLOSE Database Option to OFF
You can go to Your Database and Right Click on it. Click on Properties on the right, click menu and it will bring up the following screen. Over here you should change the Auto Close value to FALSE.
...
1) Navigate to PHP Setting –> PHP.ini Configuration. Search for the line upload_max_filesize = 2M and post_max_size = 8M and change its value to 100M. After changing value click save.
2) Now you have changed value to 100mb and it must also reflect...
Polymorphism means many forms (ability to take more than one
form). In Polymorphism poly means “multiple” and morph means “forms” so
polymorphism means many forms.
1)Compile Time Polymorphism
2)Run Time Polymorphism
Compile Time
Polymorphism: Compile time polymorphism means we will declare...