What is abstraction encapsulation?
No Answer is Posted For this Question
Be the First to Post Answer
What is abstraction oop?
Give two or more real cenario of virtual function and vertual object
Write a program to reverse a string using recursive function?
What is an advantage of polymorphism?
diff between Virtual mathod and abstract method?
What is oops?what is its use in software engineering?
What is polymorphism and types?
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
Have you ever used threads?
What is Hashing and how is it done? Pictorial form?
inheritence with example