Member Data and Function
Member Data and Function Variables which are declared inside class are called data members Data members can be either private or public Similarly, functions declared inside class is called member […]
What are the major features and important characteristics of JAVA Programming?
JAVA is one of the most popular programming languages. The important and major characteristics of Java that you need to know includes: Object-Oriented Everything in java is object-oriented Java is […]
Concept of Object Oriented PRogramming
Introduction to Object-Oriented Programming In simple terms, an application is collection of objects which communicates each other. Real world entities like inheritance, polymorphism are aimed to implemented in object oriented […]


