BharatUpadhyay
BharatUpadhyay
@bharatupadhyay
Estimable Member
Joined: Mar 6, 2023
Last seen: Jul 23, 2023
Topics: 21 / Replies: 35
Reply
Answer to: What is Encapsulation?

Encapsulation is a fundamental principle in object-oriented programming (OOP) that refers to the practice of hiding the internal workings of an object…

2 years ago
Reply
Answer to: What is computer ?

A computer is an electronic device that can store, retrieve, and process data. It consists of various components such as a central processing unit (CP…

2 years ago
Topic
Replies: 3
Views: 291
Reply
Answer to: What is an API ?

API stands for Application Programming Interface. It’s a set of protocols, routines, and tools that enable different software applications to communic…

2 years ago
Reply
Answer to: What is a palindrome ?

A palindrome is a word, phrase, number, or other sequence of characters that reads the same backward as forward. In other words, if you were to revers…

2 years ago
Reply
Answer to: What is LIFO?

LIFO stands for “Last In, First Out” and is another method used for organizing and manipulating data. It refers to a data structure where the last ite…

2 years ago
Reply
Answer to: What is FIFO?

FIFO stands for “First In, First Out” and is a method used for organizing and manipulating data. It refers to a data structure where the first item th…

2 years ago
Reply
Answer to: What are library functions in c?

C is a powerful programming language that provides many built-in functions, also known as library functions, which programmers can use to perform vari…

2 years ago
Reply
Answer to: what is xml?

XML (Extensible Markup Language) is a markup language that is used to store and transport data in a structured format. It was designed to be both huma…

2 years ago
Reply
Answer to: What is object oriented programming?

Object-oriented programming (OOP) is a programming paradigm that focuses on modeling real-world objects and concepts as software objects that have pro…

2 years ago
Reply
Answer to: What are the compilation errors?

Compilation errors, also known as compile-time errors, are errors that occur during the compilation or translation of source code into machine code by…

2 years ago
Reply
Answer to: What is a robot ? 🤖

A robot is a machine designed to perform various tasks autonomously or semi-autonomously. With HTML it is not possible to create an actual robot that …

2 years ago
Page 3 / 4