![]() |
|
| vb / asp.net Interview / Technical Questions Kindly solve an many as questions you can. It will sharpen your skills and those solutions will help others too. |
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Member Join Date: Jul 2006
Posts: 1,391
Thanks: 1
Thanked 32 Times in 29 Posts
Rep Power: 20 | C# - What is an abstract class? What is an abstract class? |
| | |
| The Following User Says Thank You to preethisingh For This Useful Post: | jivanr (09-05-07)
|
| | #2 (permalink) |
| Junior Member Join Date: Jan 2007 Location: Chennai
Posts: 3
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 4 | Re: C# - What is an abstract class? |
| | |
| The Following User Says Thank You to jivanr For This Useful Post: | vishal_sontakke@yahoo.com (28-07-07)
|
| | #3 (permalink) |
| Junior Member Join Date: Jan 2007 Location: Chennai
Posts: 3
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 4 | Re: C# - What is an abstract class? An abstract class contains at least one pure virtual function. class AB {public: virtual void f() = 0;}; RegardsJeevs |
| | |
| | #4 (permalink) |
| Junior Member Join Date: May 2007 Age: 27
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3 | Re: C# - What is an abstract class? abstract class is a class having at least one abstract method which does not have any functionality(code) in it. The functionality will be given by its derived classes, until we derive a class to it we can't use the abstract method. |
| | |
![]() |
| Tags |
| abstract , class |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Abstract class | padmajap_kiran | JAVA Technologies | 6 | 22-01-07 04:46 PM |
| ABSTRACT CLASS? | radhika743 | JAVA Technologies | 5 | 08-01-07 10:52 AM |
| java JSP | naga | JAVA Technologies | 4 | 21-08-06 04:03 PM |
| reply to abstract class question5 | kavithaethiraaj | JAVA Technologies | 0 | 18-04-06 03:29 AM |
| JAVA PART3 | naga | JAVA Technologies | 0 | 18-02-06 07:48 AM |
| More Interview Questions Here... |