排序
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';...
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...
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...
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...
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...
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...
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_...
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...
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...
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...
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...
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...