What is solid in oops?
No Answer is Posted For this Question
Be the First to Post Answer
Why is static class not inherited?
What does enum stand for?
What is difference between pop and oop?
What is the oops and benefits of oops programming?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
What are callback functions in c++
Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.
1 Answers Global Academy, Infotech,
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
What is a mixin class?
Which language is pure oop?
what are abstract classes and how they impliment , with example
in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C