Category: A ll Codes
One of the most important conecpts in object oriented programming is that of inheritance.Inheritance allows us to…
The class constructor: A class constructor is a special member function of a class that is executed…
A ll Codes, C++, OOP
C++, OOP
From this two video I tried to re learn and implement the algorithm with pseudo code. Pseudocode:…
Here is the logic, If x!=0 and y==0 then it will be in the y asix and…
Syntax: for var in <list> do <commands> done example: named=’Zaki Live .Com’ for nametame in $named do…
Take a name from user and say hello user! 😀 echo `expr “What is your name?”` read…
Recent Comments