Answer:
Object-oriented programming (OOP) is a procedural language and based on classes associated with an object. Without classes and object relationship OOP is not possible. According to program's design concept classes provide abstraction and encapsulation with the help of object. Object have states and behaviors like cat has states like name, color and cat has also behaviors like wagging the tail, eating, jumping etc. A class forms template or blueprints for these states and behaviors because different cats have different behaviors and states.
Methods provide a way for encapsulation and accessing private class members with public methods and static fields are sometimes best alternative for global variable. We can use static field when it same for all and shared by all objects of that class and it can save memory because we do not have to initialize it for each object
Answer:
Explanation:
say goodbye to debt. Monthly debt payments are the biggest money suck when it comes to saving. ...
Cut down on groceries. ...
Cancel automatic subscriptions and memberships.
Answer:
I think it's true
Explanation:
I don't know but If I'm wrong tell me?
I found out that putting your phone on airplane mode will charge it faster
Answer:
The image of truth table is attached.
Explanation:
In the truth table there is a separate table for the expression (A+B).C and for the expression (A.C)+(B.C) you can see in the truth table that the columns of (A+B).C is having same values as the (A.C)+(B.C).Hence we can conclude that (A+B).C is equal to (A.C)+(B.C).