adplus-dvertising
frame-decoration

Question

How is a plain-vanilla class with no inheritance implemented in assembly language?

a.

As a data structure with associated functions

b.

As a set of virtual members

c.

As a collection of methods

d.

As a hierarchy of classes

Posted under Reverse Engineering

Answer: (a).As a data structure with associated functions Explanation:A plain-vanilla class with no inheritance is essentially a data structure with associated functions.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How is a plain-vanilla class with no inheritance implemented in assembly language?