|
|
| |
|
|
|
|
| OOPS Concepts |
2010-07-30 02:20:50 |
|
|
Objects
Object is nothing but Instance of the class. Attributes and behavior of an object are defined by the class definition
Data Abstraction
This concept is used in interface. The normal interface concept is called data abstraction.
Data Encapsulation
This concept is used in class.
Wrapping... |
|
|
|
|
|
|
|
XML stands for EXtensible Markup Language
XML is a markup language much like HTML
XML was designed to describe data
XML tags are not predefined. You must define your own tags
XML uses a Document Type Definition (DTD) or an XML Schema to describe the data
XML with a DTD or XML Schema ... |
|
|
|
|
|
1 | 2 [Next] [Last] |
| |
| |
|
|
|
|
|
|
|
|