What Does The ‘Static’ Keyword Do In A Class?

In this tutorial, we will learn What Does The ‘Static’ Keyword Do In A Class? in java, the Static keyword is generally used for memory management where the keyword is used to share the same variable or method of a given class in java. Static Keyword It is a non-access modifier in java where we … Read more

How to Inherit The Properties Of One Class To Another Class In Java?

We will learn How to Inherit The Properties Of One Class To Another Class In Java? where one class inherited the property of another using the keyword Extends which inherited all the properties of the parent class to the child class. Inheritance Just like its literal meaning inheritance means getting the properties of one(Parents) to … Read more

%d bloggers like this: