Month: October 2019

28
Oct
2019

German Verbs, Nouns etc. Confusion is clearing

“hilfen” as a verb does not exist, only as a plural of “Hilfe” but i don’t think…

27
Oct
2019

OOP concept clearings from some MOOC courses

Code: Student.java   class Student{     //variable declaration     int id;     String name;     String gender;     //method deinitions     boolean updateProfile(String newName){         name=newName;         return true;     } }   StudentTest.java class StudentTest{…

27
Oct
2019

Started My Java Revise and Python Learning

Need to revise everything.