What Is C Program
C

So, What is C Programming and why should we learn it as a beginner on IT industries?   C is a programming language developed at AT & T’s Bell Laboratories of USA in 1972 by Dennis Ritchie.  it is a general-purpose programming language that is extremely popular, simple, and flexible to use. It is a structured […]

C++-Logo.wine
C C++

What is Object Oriented Programming (OOP) paradigm? Explain basic concepts OOP.

Object-oriented programming (oop) is a programming paradigm that represents the concept of “object” that have data fields (attributes that describe the object) and associated procedures known as methods. An object can be considered a “thing” that can perform a set of related activities. The set of activities that the object performs defines the object’s behaviour. […]