Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

7/13/2020 Introduction to Object Oriented Programming Concepts | Happy Compiler

Date of birth:
Blood Group:
Aadhar Card No.
State:

class BioData{
public static void main(String args[]){
System.out.println("Name: Bruce Wayne");
System.out.println("Father\'s Name: Thomas Wayne");
System.out.println("Date of Birth: 01/01/2005");
System.out.println("Blood Group: B+");
System.out.println("Aadhar Card No.: 1234 5678 9012"
System.out.println("State: West Bengal");
}
}

SHAR E I S CARING:

Tweet Share 0  More

LIKE T H I S :

Like

Be the first to like this.

RELAT E D

General OOP Concepts Elementary Concept of Computer Applications


Paradigm means organizing Objects and Classes Specimen Paper 2020
principle of a program. It is Objects Object is a Solved
an approach to fundamental unit of Object Section A (40 Marks)
programming.Procedural Oriented Programming. Question 1 a) Define
Programming aims more at They are referred to as encapsulation.
September 21, 2018 entities. Objects are Encapsulation refers to
In "Class 11" April 21, 2018 wrapping up of the
In "Class 9" August 4, 2019
In "Class 10"

This entry was posted in Class 9 and tagged introduction to java, java, oop concepts by
admin. Bookmark the permalink [https://www.happycompiler.com/oop/] .

21 THOUGHTS ON “INTRODUCTION TO OBJECT ORIENTED PROGRAMMING CONCEPTS”

https://www.happycompiler.com/oop/ 6/12

You might also like