100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

Object Oriented Programming Test 2 UPDATED ACTUAL Exam Questions and CORRECT Answers

Rating
-
Sold
-
Pages
5
Grade
A+
Uploaded on
17-04-2025
Written in
2024/2025

Object Oriented Programming Test 2 UPDATED ACTUAL Exam Questions and CORRECT Answers operator overloading - CORRECT ANSWER - AKA ad hoc polymorphism, a specific case where different operators have different implementations depending on their arguments . An example is the + operator which can be used in addition and string concatenation method overloading - CORRECT ANSWER - ability to create multiple methods of the same name with different parameters. The add method is a good example of this, the implicit parameters determine which way the method is called/used. COMPILE TIME

Show more Read less
Institution
Object Oriented Programming
Course
Object Oriented Programming









Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
Object Oriented Programming
Course
Object Oriented Programming

Document information

Uploaded on
April 17, 2025
Number of pages
5
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

Object Oriented Programming Test 2
UPDATED ACTUAL Exam Questions and
CORRECT Answers
operator overloading - CORRECT ANSWER - AKA ad hoc polymorphism, a specific case
where different operators have different implementations depending on their arguments . An
example is the + operator which can be used in addition and string concatenation


method overloading - CORRECT ANSWER - ability to create multiple methods of the
same name with different parameters. The add method is a good example of this, the implicit
parameters determine which way the method is called/used. COMPILE TIME


method override - CORRECT ANSWER - have the exact same method name, return type,
number of parameters, and types of parameters as the method in the parent class, and the only
difference would be the definition of the method. RUN TIME


programming by contract - CORRECT ANSWER - aka design by contract "no suprises"
Metaphor for Business Contract


It is a software design approach that uses preconditions, postconditions and invariants.


check input parameters
check data structures/object after method call


law of demeter - CORRECT ANSWER - methods should not operate on global objects
that are part of another object
A design guideline that states that a method should not operate on global objects or objects that
are a part of another object


Method should only use...

, -instance fields of it's own class
-parameters
-objects that it constructs.


design by contract - CORRECT ANSWER - different groups of software programmers
agree to contract detailing how their software each groups should be able to write code without
knowing internals of other programmers code.


encapsulation - CORRECT ANSWER - hiding the details of an object from the other parts
of the program. The object can be used only through its access methods, which are carefully
written to keep the object consistent and secure. Encapsulation makes objects look like a black
box: the insides of the box are hidden from view. Controls are on the outside of the box. The user
can change the operation of the box only by using the controls.


accessor - CORRECT ANSWER - any method that returns info about an object should not
affect the state of that object


mutator - CORRECT ANSWER - any method that changes the state of the object


you typically want to avoid mutators, because of the side effects.


side effect - CORRECT ANSWER - an effect of a method that results in data modification
when the method is called a side effect is where you change some value that is not scoped
directly to just the method, but outside the method and you alter some value to some
class/variable outside the method. Therefore any other method, class, or variable cannot assume
that the value outside the method scope is going to be the same.


Quality of an interface - the "five Cs" - CORRECT ANSWER - Cohesion
Completeness
Convenience
Clarity

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
MGRADES Stanford University
View profile
Follow You need to be logged in order to follow users or courses
Sold
1063
Member since
1 year
Number of followers
102
Documents
68976
Last sold
1 hour ago
MGRADES (Stanford Top Brains)

Welcome to MGRADES Exams, practices and Study materials Just think of me as the plug you will refer to your friends Me and my team will always make sure you get the best value from the exams markets. I offer the best study and exam materials for a wide range of courses and units. Make your study sessions more efficient and effective. Dive in and discover all you need to excel in your academic journey!

3.8

168 reviews

5
73
4
30
3
43
2
8
1
14

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions