Basic OOP concept

oop basic concept methods, class, property, attribute, instance, instansication

Class, Property, Method, and object Class A class is a collection of similar objects that have same property/attribute and methods/behavior. A class is a building block of OOP and objects. The objects of the same type lie in a class.  A class is used to define the behavior of object based on that object property Example: […]






Continue reading


C Sharp in visual studio

C sharp in visual studioor-step-2

Your First program in Visual Studio Visual Studio is a platform where we can develop, build, compile and maintain projects easily. It provides GUI based interface to develop any application in less time. It provides many lots of functionality with the single click we don’t need to write repeatedly for every application. We just need […]






Continue reading


C Sharp

c sharp fundamental program compiled

Write your first program and how to compile from command line Actually when you install Visual Studio, then visual studio install some tools and in these tools there some command line tools that you can use for compiling of different programs written in different programming languages. The seen behind the visual studio is that when […]






Continue reading