which structured data type is not used in c++?
1.union 2.structure 3.string 4.boolean
Answer Posted / sunil mechu
structure
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What does I oop mean?
What are the benefits of oop?
Why oops is important?
How do you achieve polymorphism?
What is a superclass in oop?
What is the difference between encapsulation and polymorphism?
What is pointer in oop?
What are the data types in oop?
What is abstract class in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Which type does string inherit from?
What is difference between polymorphism and inheritance?
What is polymorphism what is it for and how is it used?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Can abstract class have normal methods?