Tag: object-oriented programming

Masters of Computer Science, Object Oriented Programming

What is encapsulation? Learn encapsulation in JAVA

Introduction of Encapsulation Besides inheritance, polymorphism and abstraction, encapsulation is one of fundamental OOP concept. mechanism of wrapping up data under single unit this is process ehere code and data …...

Read More →

Masters of Computer Science, Object Oriented Programming

How to create an object from Class?

To create object in OOP, there are three steps. Step 1: Declaration object type and variable Declare a variable with variable name Declare object type Step 2: Instantiation using keyword …...

Read More →

Masters of Computer Science, Object Oriented Programming

References and Primitive Data Types

Two types of entities are identified by JAVA Primitive Objects Primitive Data Types in JAVA most basic types of data 8 primitive data types They have fixed size They are …...

Read More →

Masters of Computer Science, Object Oriented Programming

Class and Objects in Java

Class user-defined blueprint in OOP a common set of properties are represented by class To create a class, you need to use the keyword class Example:Class named “Test” is created …...

Read More →

Masters of Computer Science, Object Oriented Programming

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 …...

Read More →

B.Sc. CSIT, Old Questions

BSc.CSIT 2nd Semester Old Questions – Object-Oriented Programming

BSc.CSIT 2nd Semester Old Questions Subject: Object-Oriented Programming BSc.CSIT Second semester OOP Questions of Year: 2066 Attempt any two questions: (2×10=20) Explain in detail the following principles of Object-Oriented Programming.i) …...

Read More →
Close