Explain abstraction.
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between c & c++?
What is the difference between inline functions and macros?
What is an incomplete type in c++?
Explain about templates of C++.
give me some class & objects examples?
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
what are Access specifiers in C++ class? What are the types?
What do you mean by late binding?
What is the full form of dos?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
How does java differ from c and c++?