Generally, in all C++ programs, texts are in white colour.
Can we change the colour of the text(either input or output
or both)? If so, help me out.
Answer Posted / sidhartha
Yes, it can be possible by using graphics library function.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is abstraction in oop?
Why do we need polymorphism in c#?
What is polymorphism what is it for and how is it used?
Why do while loop is used?
2. Give the different notations for the class.\
What is encapsulation and abstraction? How are they implemented in C++?
What is object-oriented programming? Webopedia definition
What are main features of oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
How to hide the base class functionality in Inheritance?
can inline function declare in private part of class?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is the main purpose of inheritance law?
What are benefits of oop?