Computer Science, asked by samarendradas6969, 1 month ago

Write a program which explains us the difference between static and Non-static method.

It defines two methods to us.


\huge{\mathtt{{\red{\boxed{\tt{\pink{\pink{I.G→}\purple{ll_.Mr_.SAM.on.18_.ll}}}}}}}}
\huge{\mathtt{{\red{\boxed{\tt{\pink{\pink{PIN →}\purple{@SD_.boì_.420}}}}}}}}
\huge{\mathtt{{\red{\boxed{\tt{\pink{\pink{↑↑plz}\purple{flw↑↑Me}}}}}}}}

Answers

Answered by krantibakoriya81
2

Answer:

Difference between static and non-static method in Java ... Static method uses compile time or early binding. Non-static method uses runtime or dynamic binding. Static method cannot be overridden because of early binding. Non-static method can be overridden because of runtime binding.

Difference between static and non-static method in Java ... Static method uses compile time or early binding. Non-static method uses runtime or dynamic binding. Static method cannot be overridden because of early binding. Non-static method can be overridden because of runtime binding.Explanation:

hope it's helpful for you

Similar questions