Click here to Skip to main content
15,901,926 members
Home / Discussions / C#
   

C#

 
AnswerRe: impresiones en c# Pin
jschell28-Apr-12 7:44
jschell28-Apr-12 7:44 
Questionspooler en c# Pin
samuelalvarito26-Apr-12 6:40
samuelalvarito26-Apr-12 6:40 
Questioncomo usar el evento drag&drop para cargar documentos office en un formulario de c# Pin
samuelalvarito26-Apr-12 6:39
samuelalvarito26-Apr-12 6:39 
AnswerRe: como usar el evento drag&drop para cargar documentos office en un formulario de c# Pin
Abhinav S26-Apr-12 6:45
Abhinav S26-Apr-12 6:45 
AnswerRe: como usar el evento drag&drop para cargar documentos office en un formulario de c# Pin
Bernhard Hiller26-Apr-12 21:52
Bernhard Hiller26-Apr-12 21:52 
QuestionReleaseComObject() or not? Pin
__John_25-Apr-12 23:09
__John_25-Apr-12 23:09 
AnswerRe: ReleaseComObject() or not? Pin
Abhinav S26-Apr-12 6:23
Abhinav S26-Apr-12 6:23 
GeneralRe: ReleaseComObject() or not? Pin
pietvredeveld26-Apr-12 10:30
pietvredeveld26-Apr-12 10:30 
QuestionNeed help in bluetooth OBEX Profile Implementation Pin
sripriya shankar25-Apr-12 19:11
sripriya shankar25-Apr-12 19:11 
Questionknow about basic of all oops concepts Pin
baskaran chellasamy25-Apr-12 18:25
baskaran chellasamy25-Apr-12 18:25 
AnswerRe: know about basic of all oops concepts Pin
Ravi Bhavnani25-Apr-12 18:43
professionalRavi Bhavnani25-Apr-12 18:43 
GeneralRe: know about basic of all oops concepts Pin
Vipin_Arora25-Apr-12 18:57
Vipin_Arora25-Apr-12 18:57 
AnswerRe: know about basic of all oops concepts Pin
John Orendt26-Apr-12 10:09
John Orendt26-Apr-12 10:09 
AnswerRe: know about basic of all oops concepts Pin
Alan Balkany27-Apr-12 4:37
Alan Balkany27-Apr-12 4:37 
Short answer: Classes are nouns and their methods are verbs.

Each class maintains its data, and its methods represent actions on that data.

Ideally, once you write a class (and methods) you use it in the rest of your program like that type was built into the language. The only way the rest of the program interacts with it is through its public methods.
"Microsoft -- Adding unnecessary complexity to your work since 1987!"

AnswerRe: know about basic of all oops concepts Pin
jschell28-Apr-12 7:46
jschell28-Apr-12 7:46 
QuestionRetrieve client computer services, hardware information of a particular client Pin
nemichand.choudary25-Apr-12 18:04
nemichand.choudary25-Apr-12 18:04 
AnswerRe: Retrieve client computer services, hardware information of a particular client Pin
Luc Pattyn25-Apr-12 18:13
sitebuilderLuc Pattyn25-Apr-12 18:13 
QuestionExcel add-in Pin
Muammar©25-Apr-12 13:28
Muammar©25-Apr-12 13:28 
AnswerRe: Excel add-in Pin
Richard Andrew x6426-Apr-12 10:59
professionalRichard Andrew x6426-Apr-12 10:59 
QuestionControl Ip Camera Pin
Synodiporos25-Apr-12 7:01
Synodiporos25-Apr-12 7:01 
AnswerRe: Control Ip Camera Pin
Wes Aday25-Apr-12 8:01
professionalWes Aday25-Apr-12 8:01 
GeneralRe: Control Ip Camera Pin
Synodiporos25-Apr-12 8:55
Synodiporos25-Apr-12 8:55 
GeneralRe: Control Ip Camera Pin
Wes Aday25-Apr-12 9:03
professionalWes Aday25-Apr-12 9:03 
GeneralRe: Control Ip Camera Pin
Synodiporos25-Apr-12 9:18
Synodiporos25-Apr-12 9:18 
AnswerRe: Control Ip Camera Pin
Ennis Ray Lynch, Jr.25-Apr-12 9:31
Ennis Ray Lynch, Jr.25-Apr-12 9:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.