0% found this document useful (0 votes)
79 views1 page

Date of Birth: Blood Group: Aadhar Card No. State:: Share Is Caring

The document contains a Java program that defines a BioData class with a main method. The main method prints out biographical data about Bruce Wayne, including his name, father's name, date of birth, blood group, Aadhar card number, and state. The program demonstrates how object-oriented programming can be used to define a class that stores and prints biographical data about a person.

Uploaded by

Gopi Selvaraj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
79 views1 page

Date of Birth: Blood Group: Aadhar Card No. State:: Share Is Caring

The document contains a Java program that defines a BioData class with a main method. The main method prints out biographical data about Bruce Wayne, including his name, father's name, date of birth, blood group, Aadhar card number, and state. The program demonstrates how object-oriented programming can be used to define a class that stores and prints biographical data about a person.

Uploaded by

Gopi Selvaraj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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