What will be happen when the following statement is executed: obj = B (4) a) The code will print "B A 4" b) The code will print "A 2 B A 4" c) The code will generate an error d) The code will print "B A 4 A 2"

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter11: Inheritance And Composition
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question
Consider the following class definitions:
class A:
def
init
(self, par =
print("A", end = "")
print (par) if par is not None else print (2)
par = 2
class B (A):
def
init (self, par):
print ("B", end
")
y = A (par)
2):
=
What will be happen when the following statement is executed:
obj = B (4)
a) The code will print "B A 4"
b) The code will print "A 2 B A 4"
c) The code will generate an error
d) The code will print "B A 4 A 2"
Transcribed Image Text:Consider the following class definitions: class A: def init (self, par = print("A", end = "") print (par) if par is not None else print (2) par = 2 class B (A): def init (self, par): print ("B", end ") y = A (par) 2): = What will be happen when the following statement is executed: obj = B (4) a) The code will print "B A 4" b) The code will print "A 2 B A 4" c) The code will generate an error d) The code will print "B A 4 A 2"
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
C-string
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning