Community
Android (Discussion)
Advertisement
Top Related Content
-
- Content Type
- Lesson
What Feeds Are (XML, RSS, ATOM)
Intended Audience This lesson is specifically intended for Nellie Deutsch. A markup language describes hows something is structured. HTML describes how a web-site should be structured...
-
- Content Type
- Lesson
Commonwealth Games 2010
Commonwealth Games After Olympics, Commonwealth Games is the second largest sports festival in the world. The Games are held once in four years. The Games were originally known as the British ...
-
- Content Type
- Lesson
Union, Typedef, Enums
By now, you already know what is an array, what is a structure, and how to use bit-packaged structure. Today, we will see what are unions and when & how we can use them. How you can create your...
-
- Content Type
- Lesson
More On Classes
OOP encapsulates data(attributes) and functions(behaviors) into packages called classes.A class is a user-defined data type that acts as a blueprint for instantiating any number of objects of that ...