Archive for October, 2009
Members of a Class and Member Functions
October 30, 2009 | Learn C++ | Comments Off
Members of a Class: Â Â Â Â Â Â Â Â Â Â Â A class contains data items and functions. These are called members of the class. The data items are called data members and the functions arc called member functions. Â Data Members: Â Â Â Â Â Â ...
Classes in C++
October 30, 2009 | Learn C++ | Comments Off
Classes: Â Â Â Â Â Â Â Â Â Â Â The most important feature of C++ programming language is that it supports Object Oriented Programming (OOP). In OOP, the computer program is divided into objects. OOP language is an easy and flexible approach for des...
What is organization, its types and components
October 30, 2009 | Human Resource Management | Comments Off
What is Organization? It doesn’t mean that a random group of people who come together by chance is an organization. When a group of people are formally gathered to accomplish some certain goals is called an organization. The goals cannot be reac...
Abstract Base Class and Concrete Derived Class
October 29, 2009 | Learn C++ | Comments Off
Abstract Base Class and Concrete Derived Class: Â Â Â Â Â Â Â Â Â Â Â The base class that has one or more pure virtual functions is called the Abstract Base Class. These classes designed as a framework or layout for derived classes. An abstract bas...
Virtual Function
October 29, 2009 | Learn C++ | Comments Off
Virtual Function: Â Â Â Â Â Â Â Â Â Â Â A virtual function is a special type of member function. It is defined in the base class and may be redefined in any class derived from this base class. Its name in the base class and in the derived classes r...
Early Binding and Late Binding
October 28, 2009 | Learn C++ | Comments Off
Early Binding: Â Â Â Â Â Â Â Â Â Â Â The events that take place at the compile time are called early binging. It is also called static binding. It indicates that all information required to call a function is known at the compile time. The compiler...
Pointers to Objects
October 28, 2009 | Learn C++ | Comments Off
Pointers to Objects:            The members of a class can be accessed through the pointer to the class. The arrow (–>) symbol is used to access them. This symbol is also known as member access operator. It is denoted by a hyphen (â...
Types of Applied Research
October 27, 2009 | Research Methods | Comments Off
Types of Applied Research Action Research: The research that act knowledge as a form of power and eliminate the line between social and research action is called action research. Those who are being involved in the research process; research in...
Polymorphism
October 25, 2009 | Learn C++ | Comments Off
Polymorphism: Â Â Â Â Â Â Â Â Â Â Â Polymorphism is another most important feature of Object Oriented Programming. In polymorphism, the member functions with the same name are defined in each derived class and also in the base class. Polymorphism i...
Comparison of Basic and Applied Research
October 24, 2009 | Research Methods | Comments Off
Comparison of Basic and Applied Research The techniques and procedures utilized by the basic and applied researcher do not differ a lot. Both used scientific methods to answer the questions. The primary consumer of basic research is the scientific...