• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

code

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
could someone please guide me on the following and if possible suggest to me what i havent coded properly code error message:incompatible type for '=' & undefined variable or class name.

Marilyn deQueiroz added code tags.
[This message has been edited by Marilyn deQueiroz (edited December 24, 2000).]
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Super should have a lower case 's'.
public void displaDetails() in Applicant
is spelled differently than
void displayDetails() in CandSpecif.
Also the access modifier is different between the two methods.

I'm moving this to the Java in General Beginners forum for more comments.
 
reply
    Bookmark Topic Watch Topic
  • New Topic