Anjana

Anjana

32 Articles Published

Articles by Anjana

Page 4 of 4

Is StringBuffer final in Java?

Anjana
Anjana
Updated on 30-Jul-2019 776 Views

Yes, StringBuffer class is final Java. We cannot override this class.

Read More

What is the role of C++ in Computer Science?

Anjana
Anjana
Updated on 30-Jul-2019 303 Views

C++ is a programming language developed by Bjarne Stroustrup in 1979 at Bell Labs. C++ is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features. It is a superset of C, and that virtually any legal C program is a legal C++ program. C++ runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.It was designed with a bias toward system programming and embedded, resource-constrained and large systems, with performance, efficiency and flexibility of use as its design highlights. It has been used in the ...

Read More
Showing 31–32 of 32 articles
« Prev 1 2 3 4 Next »
Advertisements