What is solid in oops?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by binding of data and functions?
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?
Is abstract thinking intelligence?
Write a program to multiply 3x3 matrics
When is it necessary to use member-wise initialization list in C++?
What is a unary operator?
why the memory allocated with new cant be freed using free()
WHEN A COPY CONSTER IS CALL ?
Which language is pure oop?
What is purpose of inheritance?
You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.
write a c++ code of diagonal matrix.