Data Oriented Programming in Java

What is Data Oriented Programming? Why Consider DOP? The Benefits Java's Embrace of Data Textbook Example Introducing New Behavior Introducing New Data Handling Outcomes with Clarity In Conc...
0 Read More

Basic Class and Object

Lets start with basic example of banker problem to understand basic class and object Assume you want to create an account in SBI bank. So you fill that form and your account is created. Now you are th...
0 Read More

Inheritance

I request you read last post before Inheritance. Lets kept going with banker analogy After Filling the form. Now, how much money do you want to deposit. class BankForm: def __init__(self,Name,DO...
0 Read More