Tag: OOP

27
Aug
2022

C++ Important Knowledge Gathered All Together

Arithmetic Operator Datatypes Data Type conversion Datatype Overflow Enum data structure Enum to Enum Conversion &Reference Array…

07
May
2022

C++ Course: Beginning C++ Programming – From Beginner to Beyond: Udemy

Some parts from beginning are written in my wiki. 07.05.2022: Default constructor parameters Smart Pointers: Shared pointer:…

23
Sep
2020

Class Object Example

Class Object – Earth is a software application where human and other thing is software objects.For creating…

17
Sep
2020

Java learned as so far:

Java variables, Array, 2d array Method Different method invoking and return type Class – Class is actually…

06
Sep
2017

C# Constructor and Destructor

//default constructor example //When a method name is same as class name we call it as constructor…

05
Sep
2017

C# Object and Classes

//having main in another class using System; namespace OObj1 { class Student1 { public int id; public…