Unique Technology Blog
Nitin Kothari from Ratlam
Technology blog on computers.
Visits today
Total visits
Recent Posts from "Unique Technology Blog"
JAVA Applet Program for doing simple calculat
30 Apr 08, 12:22 PM/*It is a JAVA Applet program for doing simple calculation using GUI. It performs Addition, Substraction, Multiplication Here in this program Buttons, TextField...
Keyboard shortcuts for Mozilla Firefox and Ex
31 Mar 08, 4:46 PMKeyboard Shortcuts:Alt + Left Arrow key : To go to back pageAlt + Right Arrow key : To go to next pageAlt + Home key : To go to Home page.Ctrl + + : T...
Protected member of the class in C++
27 Feb 08, 12:30 PMProtected member of the class can be accessed in class itself and its derived classbut cannot be accessed outside of the class. This example shows the same.This...
Public Data members of the class in C++
27 Feb 08, 12:26 PMpublic member of the class can be accessed in class itself, its derived classand outside of the class. This example shows the same.#include<iostream.h>#incl...
Private data members of the class in C++
27 Feb 08, 10:59 AMprivate member of the class can be accessed in class itself but can not be accessed in its derived class and outside of the class. This example shows the same....

