payilagam 第6页
Task-7-拾光赋

Task-7

Task-7,Assignment 7: Goal: Learning Inheritance, super keyword and Method Overriding Grandma: Create a class called 'Grandma'. Declare Field as below in it. String name = 'Stella';...
kity的头像-拾光赋kity2个月前
0296
Super Keyword in Java-拾光赋

Super Keyword in Java

Super Keyword in Java,Super Keyword in Java The super keyword in Java is a reference variable which is used to refer immediate parent class object. Whenever you create the instance...
kity的头像-拾光赋kity2个月前
0239
Task-24/01/2025-拾光赋

Task-24/01/2025

Task-24/01/2025,Assignment 5: Method Calling, private Goal: Learning Method Calling, Accessing static, non-static variables from other classes, private modifier. Steps: Create a cl...
kity的头像-拾光赋kity2个月前
0339
Task-23/01/2025-拾光赋

Task-23/01/2025

Task-23/01/2025,Task 4: Assignment - 4 GOAL: Understanding Multilevel Inheritance, Abstraction Create an abstract class called HeadOffice. Have below normal methods in it. 2.1. pub...
kity的头像-拾光赋kity2个月前
0468
Task-22/01/2025-拾光赋

Task-22/01/2025

Task-22/01/2025,Task 1: Assignment - 0: static, non-static Create a class Called Theatre. Declare below global variables in it. 2.1. String movieName 2.2. int movie_time Add main m...
kity的头像-拾光赋kity2个月前
0526
Task-拾光赋

Task

Task, Task 1: Task 1: Assignment - 0: static, non-static Create a class Called Theatre. Declare below global variables in it. 2.1. String movieName 2.2. int movie_time Add main met...
kity的头像-拾光赋kity2个月前
0357
Dictionary Tutorial-拾光赋

Dictionary Tutorial

Dictionary Tutorial,#Task 1 players = {'virat':190, 'rohit':87, 'dhoni':95, 'bumrah':100, 'sachin':78, 'Rahul':160} #Total Score total_score = 0 for k, v in players.items(): total_...
kity的头像-拾光赋kity2个月前
02612
Keyword:Abstract-Extends,Interface-Implements-拾光赋

Keyword:Abstract-Extends,Interface-Implements

Keyword:Abstract-Extends,Interface-Implements,Java abstract Keyword The abstract keyword is used to achieve abstraction in Java. It is a non-access modifier which is used to create...
kity的头像-拾光赋kity2个月前
05514
Inheritance-拾光赋

Inheritance

Inheritance,Inheritance in Java Inheritance in Java is a mechanism in which one object acquires all the properties and behaviors of a parent object. It is an important part of OOPs...
kity的头像-拾光赋kity2个月前
03815
System.out.println()-拾光赋

System.out.println()

System.out.println(),What Is System.Out.Println in Java? To define System.out.println() in Java, it is a simple statement that prints any argument you pass and adds a new line afte...
kity的头像-拾光赋kity2个月前
05411
Day 8 - Datatype-拾光赋

Day 8 – Datatype

Day 8 - Datatype,What is Datatype? --> Data types specify the different sizes and values that can be stored in the variable. --> Java is a statically-typed programming langua...
kity的头像-拾光赋kity2个月前
0606
Python List Tutorial Day2-拾光赋

Python List Tutorial Day2

Python List Tutorial Day2, Transpose of Matrix String Rotation Matrix - sum of all rows, sum of all cols, max number in each row, min in each row Matrix - sum of cols.,sum of leadi...
kity的头像-拾光赋kity2个月前
04113