• 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

UML question regarding abstract and interface classes

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In UML, I know that class names must be in bold but I'm a little fuzzy about abstract and interface classes. I know that abstract classes must be in italics, but do they need to be in bold too? And for interfaces I know that they need to be preceded by <<interface>>, but they do they need to be in bold and/or italics?

Thanks,
Uy
 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A related query explains about the uml class notations
 
Uy Hoang
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry, I should have specified my question as to pertaining to the OCAJ test. So for example, how would I answer the following questions if they showed up on the test:

Q1) In an abstract class diagram, the name of the class is:

a) in italics
b) in bold
c) both a and b
d) none of the above


Q2) In an interface class diagram, the name of the class is:

a) in italics
b) in bold
c) both a and b
d) none of the above

BTW, I followed the link that Mohamed gave. One post shows the interface name in italics and another does not.
 
Seriously? That's what you're going with? I prefer this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic