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 # 77478

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

Tell me about virtual function

1 C++ 540

Can we call C++ OOPS? and Why

C++ 269

Can we provide one default constructor for our class?

C++ 280

How to input string in C++

C++ 397

If class D is derived from a base class B

C++ 293

Define an Abstract class in C++?

C++ 510

How to reverse a string in C++

C++ 349

How to convert integer to string in C++

C++ 377

How to run C++ program in cmd

C++ 365

What is bool in C++

C++ 368

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

C++ 403

Consider the following C++ program

C++ 348

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

1 C++ 504

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

1 C++ 603

Can we call a virtual function from a constructor?

1 C++ 508


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



Answers / { pynux }

Question { Siemens, 9934 }

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, 39008 }

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 { 5520 }

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 { 5604 }

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, 840 }

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 { 618 }

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 { 576 }

How CSS style overriding works?


Answer

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