Go Back   Forums > Community Chatterbox > Tech Corner > Programming
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

Reply
 
Thread Tools Display Modes
Old 15-04-2005, 11:37 AM   #1
Marek
Abandonia nerd

 
Join Date: Mar 2005
Location: ,
Posts: 72
Default

Quote:
You could also do this with an interface
Yes and what make abstract classes even better is that it can perform the role of both an interface and a normal base class in one, in that common functions can actually be performed in the abstract class itself, like:

Code:
public void ChangeDirection(DirectionTypeEnum oDir)
{
 * //Implementation here
}
or something like that...

Abstract classes are cool...
Marek is offline                         Send a private message to Marek
Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do You Like Idea Of Online Classes? Rogue Blah, blah, blah... 14 30-11-2004 03:30 PM


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
Forum Jump
 


The current time is 11:34 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.