CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: abstract class

  1. #1
    Join Date
    Feb 2000
    Posts
    1

    abstract class

    Hi ,
    Is there anyway to instantiate an abstract class , though Java forbids it.

    Thanx


    ever curious

  2. #2

    Re: abstract class

    Nope. You could override it and just to nothing in the abstract calls.

    keith

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured