Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about data-hiding

Read more about data-hiding

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - data-hiding

Program without and with data hiding in java

I have studied data hiding in java theoretically but don't know what is happening inside. Every tutorial, states that unauthorized persons cant access the data of others. Can anyone please give an exa...
test-img

SMValiAli

java

oop

encapsulation

data-hiding

Votes: 0

Answers: 1

Latest Answer

Data Hiding is hiding internal data from outside users. This is achieved by making the attributes of your class private and not letting the objects of the class access it directly, instead we create g...
test-img

mukta

Python: hiding input characters with Stars

I am requesting user input. I am asking for username then password. EG username = input('Please enter a Username:\n') password = input('Please enter a Password:\n') When run this will of course appea...
test-img

IGDB

python

data-hiding

Votes: 0

Answers: 1

Latest Answer

You can use a library called pwinput. You can install it using pip: pip3 install pwinput. And use it as follows: import pwinput password = pwinput.pwinput() This would open a prompt like this: Passwo...
test-img

Agni

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved