Polymorphism is an important feature of object oriented programming. Polymorphism refers to the principle in which an object can exhibit different behaviors. Polymorphism provide improved code organization and readability as well as the creation of extensible programs. A subclass can show its own unique behavior and yet exhibit some of the functionality from its parent class.
Monday, 1 April 2013
Monday, 11 March 2013
SQL commands classification
SQL commands can be classified into four groups :-
- DDL - Data Definition Language :
- CREATE - Creates new table, view of tables and other objects in database
- ALTER - Used to modify or change an existing database objects such as tables.
- DROP - Used to delete tables or views or other object in the database.
Thursday, 7 March 2013
Saturday, 2 March 2013
Friday, 1 March 2013
Subscribe to:
Posts (Atom)