top of page
Search
shubhangisingh453
Mar 22, 20234 min read
Java Interface: Usage, Syntax and Examples.
📕 Definition Java Interface is a mechanism used to achieve abstraction in Java. It is a collection of abstract methods that are used to...
3 views0 comments
shubhangisingh453
Mar 21, 20237 min read
Methods in Object-Oriented Programming (OOP): types, advantage, usage
📗 Methods Methods are used to encapsulate a block of code and perform a specific task. They can be called from other parts of the...
5 views0 comments
bottom of page