CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: TKiet415

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,082

    Re: Design problem about inheritance

    gabyly,

    It seems like you are trying to cast a class to an object, which Java doesn't like. How about instantiating it as a new class object first and then calling its methods, like this:

    ...
  2. Replies
    2
    Views
    1,106

    Re: just A help in Java Course!

    Yes it is true that you can't learn Java in 6 classes. I recommend picking up on object-oriented programming principles (encapsulation, inheritance, and polymorphism), along with understanding even...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured