What is c# pronunciation?
C sharp
Which company is it belongs  to?
Micro soft
What is speciality of csharp?
The first thing is it is object oriented language and it is
also called as component oriented language. It combines the computing power of
c++ with the programming ease of visual Basic. C# is designed to work with  Microsoft .NET(pronounced as Dot Net)
What is object oriented programming?
Object oriented programming(oop) refers to a type of
computer programming in which programming defines not only the data type of a
data structure. but also the types operations (Functions also called as mehods)
that can  be applied to the data
structure. so the data structure becomes 
an object that includes both data and functions . programmer can also
create relationship between data and functions.
Class.
Object
Encapsulation 
Abstraction
Inheritance.
Polymorphism
What is a class?
It is a collection of objects having similar properties are  Attributes of an object .Events are the
actions done by user on object.class ‘s data is represented by its fields and behavior is represented by its methods
Why we need to create objects?
Class is just a template .It can be also compared with blueprint
of a building. We need to create objects using this template  just as buildings arebbuilt by using blue
print.
-------will   continue(Muthu karthikeyan,madurai)


 
No comments:
Post a Comment