Month: June 2020

24
Jun
2020

Interface, Abstract Class and Polymorphism Example

Animal.java class package com.zakilive; public abstract class Animal { //defining attributes String name; int weight; String gender;…

23
Jun
2020

My Java OOP example from Lessons

Animal.java: package com.zakilive; public class Animal { //defining attributes String name; int weight; String gender; public Animal(String…

23
Jun
2020

My Beautiful Crafted Java OOP

Human.java package com.zakilive; public class Human { String name; int age; int heightInInches; String eyeColor; public Human(String…

22
Jun
2020

mach= imperative form of machen =anmachen=put on,turn on =aufmachen=open,undo,open up =ausmachen=put out, turn off, make out =…

18
Jun
2020

German Word Learning

Sternlein Schafelein Schenk Schelle Spielgeselle Lammerlein Schelle Umfrage Vertraumt Vorgange häufigsten verstorben altagstresse Abstürzen Gedanken grummelt zwar…

15
Jun
2020

Unit 5- Multiple Linear Regression

iT IS HAPPEN WHEN MORE THAN ONE POSSIBLE PREDICTOR VARIABLE. including more than one independent variable in…