HTML5
HTML5 is Hypertext Markup Language (HTML).One of the major changes in HTML5 is in respect to how HTML addresses Web applications.Other new features in HTML5 include specific functions for embedding graphics, audio, video, and interactive documents.
CSS3
CSS3 is Cascading Style Sheets It brings a lot of long-awaited novelties, like rounded corners, shadows, gradients, transitions or animations, and make Website more attractive.
JavaScript
JavaScript is a programming language commonly used in web development. Mostly use to create effects in Websites
C++
C++ is a Programming Language most of the Software like Windows , Unix are developed in C++ it can run on many IDE's Like Dev C++ or Visual Studio.
Artificial intelligence (AI)
Artificial intelligence mostly is about a machine is working automaticaly or not? so it when we say automatic then its obviously means that the Robots are part of it.
Saturday, 24 December 2016
Introduction of C++
Artificial Intelligence
Introduction:
Introduction to Javascript
Javascript:
Saturday, 30 January 2016
Snake Game in C++ with Loading
Free Download
Decrption:
Friday, 29 January 2016
Thursday, 28 January 2016
Tuesday, 26 January 2016
Inheritance in c++
Inheritance
Defination:
Base Class:
Derived Class:
Look at this Example:
"Dog is Inherited from Animal class"
Example with Program
Encapsulation,Data Hiding & Abstraction
Encapsulation
Classes Encapsulate (.. i.e wrap) attributes and member functions into objects and this is known as Encapsulation.
Data Hiding
Abstraction
Abstract Class
What is Abstact Class?
Ans: The Classes whose object cant be created is called Abstract Class.These classes are just used for Inheritance.if we create any pure Virtual function in class then it becomes an Abstract Class.if we dont overide the pure virtual function in Derived class then it becomes Abstract class.Monday, 25 January 2016
Second Lecture
Understanding OOP with Program:
EXAMPLE:
What is OOP?
Defination of OOP:
Object:
CLASS:
- A class can have subclasses that can inherit all or some of the characteristics of the class. In relation to each subclass, the class becomes the superclass.
- Subclasses can also define their own methods and variables that are not part of their superclass.
- The structure of a class and its subclasses is called the class hierarchy.
Friday, 22 January 2016
Date Object
var d = new Date(milliseconds);
var d = new Date(dateString);
var d = new Date(year, month, day, hours, minutes, seconds, milliseconds);
Math Object
var y = Math.sqrt(16); // Returns the square root of 16
Form Validation
COMPLETE EXAMPLE
Validations using javascripting
Form Validation¨No field should be left blank