• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

oops

 
Ranch Hand
Posts: 158
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WHICH IS THE FOLLWING MECHANISAM BY WHICH MORE SPECIFIC ELEMENTS
INCORPORATETHE STRUCTURE& BEHAVIOR OF MORE GENERAL ELEMENTS
A.
1.polymarphisam
2.Abstraction
3.Encapsulation
4.data hiding
 
Rancher
Posts: 5119
38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
?
 
Ranch Hand
Posts: 161
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
abstraction
 
Ranch Hand
Posts: 220
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by sitaram irrinki:
WHICH OF THE FOLLWING MECHANISM BY WHICH MORE SPECIFIC ELEMENTS
INCORPORATE THE STRUCTURE& BEHAVIOR OF MORE GENERAL ELEMENTS
A.
1.polymorphism
2.Abstraction
3.Encapsulation
4.data hiding



I think the answer is polymorphism and not abstraction because he's talking about "incorporating" but again, he uses "structure" and thats confusing. 3,4 are ruled out. I think it is a very badly framed question. If you asked me the question without the options, I'd have said "inheritance".
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic