pynux


{ City } chennai
< Country > india
* Profession * -
User No # 125197
Total Questions Posted # 156
Total Answers Posted # 155

Total Answers Posted for My Questions # 108
Total Views for My Questions # 80033

Users Marked my Answers as Correct # 6
Users Marked my Answers as Wrong # 10
Questions / { pynux }
Questions Answers Category Views Company eMail

Tell me about virtual function

1 C++ 557

Can we call C++ OOPS? and Why

C++ 279

Can we provide one default constructor for our class?

C++ 290

How to input string in C++

C++ 406

If class D is derived from a base class B

C++ 305

Define an Abstract class in C++?

C++ 524

How to reverse a string in C++

C++ 364

How to convert integer to string in C++

C++ 390

How to run C++ program in cmd

C++ 377

What is bool in C++

C++ 378

How to generate random numbers in C++ with a range?

C++ 412

Consider the following C++ program

C++ 356

Is deconstructor overloading possible? If yes then explain and if no Then why?

1 C++ 521

What is the difference between virtual functions and pure virtual functions?

1 C++ 617

Can we call a virtual function from a constructor?

1 C++ 520


 [1]   2   3   4   5   6   7   8   9   10   11    Next



Answers / { pynux }

Question { Siemens, 9994 }

What is an abstract class?


Answer

An abstract class is a template definition of methods and variables of a class (category of objects) that contains one or more abstracted methods. ... Declaring a class as abstract means that it cannot be directly instantiated, which means that an object cannot be created from it.

Is This Answer Correct ?    0 Yes 0 No

Question { MCN Solutions, 39115 }

what is difference between c and C#


Answer

C is the foundational, procedural programming language introduced earlier for system applications and low-level programs. C++ is an Object-oriented programming language with features same as C and additional features like Encapsulation, Inheritance, etc for complex application development.

Is This Answer Correct ?    0 Yes 0 No


Question { 5568 }

what is the difference between c and c++


Answer

The foundational, procedural programming language introduced earlier for system applications and low-level programs. C++ is an Object-oriented programming language with features same as C and additional features like Encapsulation, Inheritance, etc for complex application development.

Is This Answer Correct ?    0 Yes 0 No

Question { 5673 }

what is the difference between #include<> and #include”…”?


Answer

For #include "" a compiler normally searches the folder of the file which contains that include and then the other folders. For #include <> the compiler does not search the current file's folder.

Is This Answer Correct ?    0 Yes 0 No

Question { Impetus, 863 }

What Is Polymorphism in C++ ?


Answer

Polymorphism in C++ means, the same entity (function or object) behaves differently in different scenarios. Consider this example: The “ +” operator in c++ can perform two specific functions at two different scenarios i.e when the “+” operator is used in numbers, it performs addition.

Is This Answer Correct ?    0 Yes 0 No

Question { 639 }

What is progressive enhancement?


Answer

Progressive enhancement is a design philosophy that provides a baseline of essential content and functionality to as many users as possible, while delivering the best possible experience only to users of the most modern browsers that can run all the required code.

Is This Answer Correct ?    0 Yes 0 No

Question { 595 }

How CSS style overriding works?


Answer

Any inline stylesheet takes the highest priority. ...
Any rule defined in