Anda di halaman 1dari 6

C# Interview Questions Flashcards - Flashcard Exchange

http://www.flashcardexchange.com/cards/c-interview-questions-455772

Login | Sign Up www.flashcardexchange.com Create Flashcards Subjects

Browse Flashcards
Alternative Medicine Language Careers Law Enforcement Medical Computers Military Course Subjects Education Exam

Free GMAT Practice Test


Take our 22 minute practice test and get your results right away.
www.testden.com Flashcards C# Interview Questions

C# Interview Questions
By techie2m, Apr 2007 Subjects: c interview questions Hated It Didn't Like It Liked It Really Liked It Loved It Favourite Flag Flashcards Memorize Test

1 of 6

04-Nov-12 16:29

C# Interview Questions Flashcards - Flashcard Exchange

http://www.flashcardexchange.com/cards/c-interview-questions-455772

Shuffle Toggle Off Alphabetize Toggle Off Front First Toggle On Both Sides Toggle Off

Front
)

What is Serialization? Progress 1/14 Click to flip

English Speaking
7 Rules To Help You Speak English Faster.
EffortlessEnglishClub.com

Related Flashcards

2 of 6

04-Nov-12 16:29

C# Interview Questions Flashcards - Flashcard Exchange

http://www.flashcardexchange.com/cards/c-interview-questions-455772

Interview Questions developer interview questions windows administrator interview quest... Interview Questions Interview General Interview Questions Interview Questions Pool c .NET Interview Question C# .Net Interview Questions java interview questions C++ semester exam interview questions oral interview questions 201 Interview Questions 2 Interview questions 3 general interview questions Radio Tech. Interview Questions Asking clinical questions Questions from Pre Test cy monk Export

14 Cards in this Set


Front Back
)

What is Serialization? What is Abstraction? What is Encapsulation? What is Polymorphism? How do you convert a value-type to a reference-type? How do you Inherit from a Class in C#? What happens in memory when you Box and Unbox a value-type? Explain Inheritance. What is Singleton? Does C# support multiple Inheritance?

Serialization in .NET allows the programmer to take an instance of an object and convert it into a format that is easily transmittable over the network, or even stored in a database or file system. The process of hiding the details and exposing only the essential features of a particular object or procedure. The ability of an object to hide its data & functionality (methods) from the rest of the world Allowing a single definition to be used with different types of data (specifically, different classes of objects). Use Boxing. Place a colon and then the name of the base class. Notice that it's double colon in C++. Boxing converts a value-type to a reference-type, thus storing the object on the heap. UnBoxing converts a reference-type to a value-type, thus storing the value on the stack. The ability to define a more specialized data type in terms of a less specialized type. A class which is not meant to be freely instantiated, but have only one instance. No, use interfaces instead.

3 of 6

04-Nov-12 16:29

C# Interview Questions Flashcards - Flashcard Exchange

http://www.flashcardexchange.com/cards/c-interview-questions-455772

Encapsulation: the ability to conceal the internals of data and functionality from Name and define the three client programmers. Inheritance: The ability to define a more specialized data most important features an type in terms of a less specialized type. Polymorphism: the ability to re-use object oriented language must names of methods/functions and have the language or run-time figure out the provide. correct method to use in a given circumstance. What's the implicit name of the parameter that gets Value, and its datatype depends on whatever variable we're changing. passed into the class' set method? What is Boxing and Boxing converts a value-type to a reference-type (object), and stores the object Unboxing? on the heap. Static Members are similar to global functions & variables, but have the What are Static Members? advantage of Encapsulation. Static members belong to the class itself. Are linked to the lifetime of the applications. Page | Showing cards per page of 1

4 of 6

04-Nov-12 16:29

C# Interview Questions Flashcards - Flashcard Exchange

http://www.flashcardexchange.com/cards/c-interview-questions-455772

Ready to get started? Create Flashcards Discover Create Flashcards Mobile Apps API Company About FAQ Support Follow Facebook Twitter

5 of 6

04-Nov-12 16:29

C# Interview Questions Flashcards - Flashcard Exchange

http://www.flashcardexchange.com/cards/c-interview-questions-455772

Google+ 2012 FlashcardExchange.com Legal Site Map Advertise Developers

6 of 6

04-Nov-12 16:29

Anda mungkin juga menyukai