Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Partial Classes

This is a discussion on Partial Classes within the OOPS forums, part of the Software Development category; What is Partial class??...

Go Back   Geeks Talk > Software Development > OOPS
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

OOPS Object-Oriented Programming Concepts

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-11-2009
Junior Member
 
Join Date: Jul 2009
Location: delhi
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
gurukulllll is on a distinguished road
Partial Classes

What is Partial class??
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-11-2009
Contributing Member
 
Join Date: Jun 2009
Location: United States
Posts: 71
Thanks: 0
Thanked 5 Times in 4 Posts
CSOOR is on a distinguished road
Re: Partial Classes

The class defination is divided into multiple classes . Each class will represent the small model. This is good for modeling the business logic. Code will be clean and easy to maintain.
Reply With Quote
  #3 (permalink)  
Old 07-15-2009
Expert Member
 
Join Date: May 2009
Location: Bangalore
Posts: 1,196
Thanks: 155
Thanked 469 Times in 228 Posts
rijus is a glorious beacon of lightrijus is a glorious beacon of lightrijus is a glorious beacon of lightrijus is a glorious beacon of lightrijus is a glorious beacon of light
Re: Partial Classes

Hi,

Partial classes means split the class into multiple files.


Eg:

U r working with windows applications actually designer.cs is using a class like webform1, u can use this class in other cs file also.

compiler will treat them as different classes. But when compiled all the files will be treated as a single class.

Thanks,
Riju.
Reply With Quote
Reply

  Geeks Talk > Software Development > OOPS

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
legacy classes amarnadhb Java 4 07-01-2009 12:57 AM
Why Classes are made in C++ safderali C and C++ 2 04-12-2008 06:14 AM
classes in jdk1.5 ranjan2k7 Java 1 01-06-2008 03:59 AM
Backup (online/offline and partial) procedures for databases Geek_Guest Oracle 0 04-08-2007 05:52 AM
Online Classes Arnel Dave Colleges and Universities 5 09-18-2006 03:01 PM


All times are GMT -4. The time now is 10:38 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved