Multiple choice technology programming languages

select the open commands available in cache

  1. Oref()

  2. Open()

  3. Openid()

  4. New()

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Explanation

Both Open() and OpenId() are valid commands in Caché for opening objects. Open() takes an ID and optional flags, while OpenId() is specifically for opening by ID. Oref() returns an object reference, and New() creates instances.