Category: CS Courses

20
Dec
2019

What is this keyword in OOP

What is “this”? You may have noticed something slightly strange in our methods. Look at this one…

20
Dec
2019

JavaScript OOP Paradigm Clear

https://www.freecodecamp.org/news/an-introduction-to-object-oriented-programming-in-javascript-8900124e316a/ https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Basics  

10
Nov
2019

Touch Command in Bash

http://www.linfo.org/touch.html   As it is very new to me. I am sharing that with you all.

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.

14
Dec
2017

Stored Procedures