what is data Abstraction? and give example
Answer Posted / hema
data abstraction refers to defining functions.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How long does it take to get good at leetcode?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is the C-style character string?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What is cin clear () in c++?
What kind of problems can be solved by a namespace?
Can you declare an array without a size in c++?
What size is allocated to the union variable?
Name the operators that cannot be overloaded in C++?
Distinguish between new and malloc and delete and free().
How do I use arrays in c++?
Can I learn c++ as my first language?
What is the difference between prefix and postfix versions of operator++()?
Explain the isa and hasa class relationships.
What are structs in c++?