Showing posts with label Object-Oriented-Programming. Show all posts
Showing posts with label Object-Oriented-Programming. Show all posts
Sunday, March 21, 2010

C#-Constructors,Static Constructors and Destructors Execution in Inheritance

While taking interview for .NET Technologies i often ask about the execution sequence of the constructor and destructor in inheritance But from the my experience i have found that lots of people are still confused with execution sequence of constructor and destructors. Lets create a simple example...
Share:
Thursday, May 28, 2009

Authentication and authorization in asp.net

Authentication is the process that determines the identity of a user after a user has been authenticated, a developer can determine if the identified use has authorization to proceed.Authorization is the process of determining whether an authenticated user is permitted access to other any part of application or access to specific data view that application provides.There are three types of authentication...
Share:
Thursday, January 15, 2009

Member of class - Object Oriented Programming

Definitions Of Object: An object is combination and collection of data and code designed to emulate a physical abstract enmity.You can create number object of class. The properties, Variable and Methods define in class are called Members of class.Private Member Of Class: Private member of a class have strict access control Only the member function of same class can access this members.Protected Member...
Share:

Diffrent Type Of Inheritance- Object Oriented Programing

Following are different type of inheritance..1) Single Inheritance:Derivation of class from only one base class is called single inheritance.2) Multiple Inheritance:Derivation of class from several base class is called multiple inheritance.3) Hierarchical Inheritance:Derivation of several classes from a single class is called hierarchical inheritance.4) Multilevel Inheritance:Derivation of a class...
Share:
Wednesday, January 14, 2009

Basic Concept Of Object Oriented Programming

Following are the basic concepts of object oriented programming.1) Objects:Object are the basic run time entities in the object oriented system. They may represent a person, a palace, a bank account, a table data or anything that a program can handle.2) Classes:A class encloses both the data and function that operate on the data into a single unit.3) Data abstraction and Encapsulation:The wrapping...
Share:

Object Oriented Interview Question Part 1- Benefits Of Inheritance

Following are the benefits of the inheritance...Through inheritance we can eliminate the redundant code and extend the user of the existing classes.We can build program from the standard working modules that can communicate with the one another rather then having start writing code from beginning.It is possible to have multiple instances of objects of class without any interface.It is easy to partion...
Share:

Support this blog-Buy me a coffee

Buy me a coffeeBuy me a coffee
Search This Blog
Subscribe to my blog

  

My Mvp Profile
Follow us on facebook
Blog Archive
Total Pageviews